public class DBFHeader extends Object
Modifier and Type | Field and Description |
---|---|
static byte |
SIG_DBASE_III |
Modifier | Constructor and Description |
---|---|
protected |
DBFHeader() |
Modifier and Type | Method and Description |
---|---|
int |
getDay() |
protected Charset |
getDetectedCharset() |
Date |
getLastModificationDate()
Gets the date the file was modified
|
int |
getMonth() |
protected Charset |
getUsedCharset() |
int |
getYear() |
protected void |
setUsedCharset(Charset charset) |
public static final byte SIG_DBASE_III
public int getYear()
public int getMonth()
public int getDay()
public Date getLastModificationDate()
protected Charset getDetectedCharset()
protected Charset getUsedCharset()
protected void setUsedCharset(Charset charset)
Copyright © 2017. All rights reserved.