public class DBFMemoFile extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
DBFMemoFile(File memoFile,
Charset charset) |
| Modifier and Type | Method and Description |
|---|---|
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
|
protected 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)
Copyright © 2018. All rights reserved.