public static interface Source.Chunk
| Modifier and Type | Method and Description |
|---|---|
int |
backPosition() |
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()Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.