Package com.pff
Class PSTConversationIndex
java.lang.Object
com.pff.PSTConversationIndex
Class to hold decoded PidTagConversationIndex
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Dateprivate UUIDprivate static final intprivate static final intprivate static final intprivate List<PSTConversationIndex.ResponseLevel> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voiddecodeHeader(byte[] rawConversationIndex) private voiddecodeResponseLevel(byte[] rawConversationIndex) getGuid()toString()
-
Field Details
-
HUNDRED_NS_TO_MS
private static final int HUNDRED_NS_TO_MS- See Also:
-
MINIMUM_HEADER_SIZE
private static final int MINIMUM_HEADER_SIZE- See Also:
-
RESPONSE_LEVEL_SIZE
private static final int RESPONSE_LEVEL_SIZE- See Also:
-
deliveryTime
-
guid
-
responseLevels
-
-
Constructor Details
-
PSTConversationIndex
protected PSTConversationIndex(byte[] rawConversationIndex)
-
-
Method Details