Class TableEntry
java.lang.Object
com.independentsoft.pst.TableEntry
-
Method Summary
Modifier and TypeMethodDescriptionList<byte[]> Gets the binary array value.byte[]Gets the binary value.booleanGets the boolean value.Gets the date time value.double[]Gets the double array value.doubleGets the double value.float[]Gets the float array value.floatGets the float value.List<byte[]> Gets the guid array value.byte[]Gets the guid value.int[]Gets the integer array value.intGets the integer value.long[]Gets the long array value.longGets the long value.Gets the property tag.short[]Gets the short array value.shortGets the short value.String[]Gets the string array value.Gets the string value.byte[]Gets the value buffer.
-
Method Details
-
getBooleanValue
public boolean getBooleanValue()Gets the boolean value.- Returns:
- the boolean value
-
getShortValue
public short getShortValue()Gets the short value.- Returns:
- the short value
-
getShortArrayValue
public short[] getShortArrayValue()Gets the short array value.- Returns:
- the short array value
-
getIntegerValue
public int getIntegerValue()Gets the integer value.- Returns:
- the integer value
-
getIntegerArrayValue
public int[] getIntegerArrayValue()Gets the integer array value.- Returns:
- the integer array value
-
getFloatValue
public float getFloatValue()Gets the float value.- Returns:
- the float value
-
getFloatArrayValue
public float[] getFloatArrayValue()Gets the float array value.- Returns:
- the float array value
-
getLongValue
public long getLongValue()Gets the long value.- Returns:
- the long value
-
getLongArrayValue
public long[] getLongArrayValue()Gets the long array value.- Returns:
- the long array value
-
getDoubleValue
public double getDoubleValue()Gets the double value.- Returns:
- the double value
-
getDoubleArrayValue
public double[] getDoubleArrayValue()Gets the double array value.- Returns:
- the double array value
-
getStringValue
-
getStringArrayValue
-
getBinaryValue
public byte[] getBinaryValue()Gets the binary value.- Returns:
- the binary value
-
getBinaryArrayValue
Gets the binary array value.- Returns:
- the binary array value
-
getGuidValue
public byte[] getGuidValue()Gets the guid value.- Returns:
- the guid value
-
getGuidArrayValue
-
getDateTimeValue
-
getPropertyTag
-
getValueBuffer
public byte[] getValueBuffer()Gets the value buffer.- Returns:
- the value buffer
-