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() |
void |
setSupportExtendedCharacterFields(boolean supportExtendedCharacterFields)
Sets whether 2-byte (extended) length character fields should be supported (see DBFField.adjustLengthForLongCharSupport(), default: true).
|
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)
public void setSupportExtendedCharacterFields(boolean supportExtendedCharacterFields)
supportExtendedCharacterFields
- True to support extended fieldsCopyright © 2020. All rights reserved.