public static interface Source.Chunk
| Modifier and Type | Method and Description |
|---|---|
int |
backPosition() |
void |
close()
Close this chunk and any resources attached to it
|
char[] |
data() |
int |
length() |
int |
maxFieldSize() |
String |
sourceDescription() |
int |
startPosition() |
char[] data()
int length()
data()int maxFieldSize()
data() arrayString sourceDescription()
int startPosition()
data() array to start reading fromint backPosition()
data() array where the current field which is being
read starts. Some characters of the current field may have started in the previous chunk
and so those characters are transfered over to this data array before startPosition()void close()
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.