| Modifier and Type | Field and Description |
|---|---|
protected static Charset |
DEFAULT_CHARSET |
protected static int |
END_OF_DATA |
| Modifier | Constructor and Description |
|---|---|
protected |
DBFBase() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCharactersetName()
Deprecated.
replaced by
getCharset() |
Charset |
getCharset()
Gets the charset used to read and write files.
|
void |
setCharactersetName(String characterSetName)
Deprecated.
replaced by
setCharset(Charset) |
void |
setCharset(Charset charset)
Deprecated.
set the charset in DBFWriter or DBFReader constructors
|
protected static final int END_OF_DATA
protected static final Charset DEFAULT_CHARSET
public Charset getCharset()
@Deprecated public void setCharset(Charset charset)
charset - charset to use@Deprecated public String getCharactersetName()
getCharset()@Deprecated public void setCharactersetName(String characterSetName)
setCharset(Charset)characterSetName - name of the charsetCopyright © 2018. All rights reserved.