public class DBFMemoFile extends Object implements Closeable
| Modifier | Constructor and Description |
|---|---|
protected |
DBFMemoFile(File memoFile,
Charset charset) |
protected |
DBFMemoFile(File memoFile,
Charset charset,
boolean inMemory) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
read(byte[] b) |
protected byte[] |
readBinary(int block)
Only for testing purposes
|
protected Object |
readData(int block,
DBFDataType type) |
protected String |
readText(int block)
Only for testing purposes
|
public int read(byte[] b)
throws IOException
IOExceptionprotected String readText(int block)
block - position of first block of this fieldprotected byte[] readBinary(int block)
block - postition of first block of this fieldprotected Object readData(int block, DBFDataType type)
public void close()
close in interface Closeableclose in interface AutoCloseableCopyright © 2020. All rights reserved.