public interface Source extends Closeable
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Source.Chunk
One chunk of data to read.
|
| Modifier and Type | Field and Description |
|---|---|
static Source.Chunk |
EMPTY_CHUNK |
| Modifier and Type | Method and Description |
|---|---|
Source.Chunk |
nextChunk(int seekStartPos) |
static Source |
singleChunk(Source.Chunk chunk) |
static final Source.Chunk EMPTY_CHUNK
Source.Chunk nextChunk(int seekStartPos) throws IOException
IOExceptionstatic Source singleChunk(Source.Chunk chunk)
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.