public final class DBFCharsetHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static Charset |
getCharsetByByte(int b)
Gets Java charset from DBF code
|
static int |
getDBFCodeForCharset(Charset charset)
gets the DBF code for a given Java charset
|
public static Charset getCharsetByByte(int b)
b - the code stored in DBF filepublic static int getDBFCodeForCharset(Charset charset)
charset - the Java charsetCopyright © 2018. All rights reserved.