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
IOException
void absolute(int position) throws IOException
IOException
void close() throws IOException
IOException
boolean hasNext()
void next() throws IOException
IOException
Copyright © 2006–2018 TinyGroup. All rights reserved.