class PSTTableItem
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
byte[] |
data |
private java.text.SimpleDateFormat |
dateFormatter |
int |
entryType |
int |
entryValueReference |
int |
entryValueType |
boolean |
isExternalValueReference |
int |
itemIndex |
private static java.util.SimpleTimeZone |
utcTimeZone |
static int |
VALUE_TYPE_PT_BIN |
static int |
VALUE_TYPE_PT_STRING8 |
static int |
VALUE_TYPE_PT_UNICODE |
Constructor and Description |
---|
PSTTableItem() |
Modifier and Type | Method and Description |
---|---|
long |
getLongValue() |
java.lang.String |
getStringValue() |
java.lang.String |
getStringValue(int stringType)
get a string value of the data
|
java.lang.String |
toString() |
public static final int VALUE_TYPE_PT_UNICODE
public static final int VALUE_TYPE_PT_STRING8
public static final int VALUE_TYPE_PT_BIN
public int itemIndex
public int entryType
public int entryValueType
public int entryValueReference
public byte[] data
public boolean isExternalValueReference
private final java.text.SimpleDateFormat dateFormatter
private static java.util.SimpleTimeZone utcTimeZone
public long getLongValue()
public java.lang.String getStringValue()
public java.lang.String getStringValue(int stringType)
forceString
- if true, you won't get the hex representation of the datapublic java.lang.String toString()
toString
in class java.lang.Object