public interface Reader
| Modifier and Type | Method and Description |
|---|---|
void |
absolute(int position) |
void |
close() |
String |
getEncode() |
List<Field> |
getFields() |
Header |
getHeader() |
boolean |
hasNext() |
boolean |
isRecordRemoved() |
void |
moveBeforeFirst() |
void |
next() |
void |
setFileChannel(FileChannel fileChannel) |
void setFileChannel(FileChannel fileChannel)
String getEncode()
Header getHeader()
boolean isRecordRemoved()
void moveBeforeFirst()
throws IOException
IOExceptionvoid absolute(int position)
throws IOException
IOExceptionvoid close()
throws IOException
IOExceptionboolean hasNext()
void next() throws IOException
IOExceptionCopyright © 2006–2018 TinyGroup. All rights reserved.