public class PSTGlobalObjectId
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) byte[] |
ByteArrayID |
(package private) java.util.Date |
CreationTime |
(package private) int |
CreationTimeH |
(package private) int |
CreationTimeL |
(package private) byte |
D |
(package private) byte[] |
Data |
protected static char[] |
hexArray |
(package private) byte |
M |
protected static byte[] |
ReferenceByteArrayID |
(package private) int |
Size |
(package private) long |
X |
(package private) byte |
YH |
(package private) byte |
YL |
Constructor and Description |
---|
PSTGlobalObjectId(byte[] pidData) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
bytesToHex(byte[] bytes) |
java.util.Date |
getCreationTime() |
protected int |
getCreationTimeHigh() |
protected int |
getCreationTimeLow() |
byte[] |
getData() |
int |
getDataSize() |
int |
getDay() |
int |
getMonth() |
int |
getYear() |
protected int |
getYearHigh() |
protected int |
getYearLow() |
java.lang.String |
toString() |
protected static final byte[] ReferenceByteArrayID
protected static final char[] hexArray
byte[] ByteArrayID
byte YH
byte YL
byte M
byte D
int CreationTimeH
int CreationTimeL
java.util.Date CreationTime
long X
int Size
byte[] Data
public static java.lang.String bytesToHex(byte[] bytes)
protected int getYearHigh()
protected int getYearLow()
public int getYear()
public int getMonth()
public int getDay()
public java.util.Date getCreationTime()
protected int getCreationTimeLow()
protected int getCreationTimeHigh()
public int getDataSize()
public byte[] getData()
public java.lang.String toString()
toString
in class java.lang.Object