public abstract class ReferencedDataPosition extends Object implements IBinarySerializable
The referenced data position base.
Modifier and Type | Class and Description |
---|---|
static class |
ReferencedDataPosition.Factory
The factory.
|
Constructor and Description |
---|
ReferencedDataPosition() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Determines whether the specified object is equal to the current object.
|
abstract byte |
getStpFormat()
Gets the pointer format according to the table in MS-One 2.4.3.
|
abstract long |
getStructSize()
Gets the struct size.
|
long |
getValue()
Gets or sets the position value.
|
int |
hashCode()
Serves as the default hash function.
|
abstract void |
initFromStream(com.aspose.ms.System.IO.BinaryReader reader)
Fills position value from stream reader.
|
void |
initFromValue(long value)
Fills position value from existing value.
|
abstract byte[] |
toByteArray()
The to byte array.
|
String |
toString()
Returns a string that represents the current object.
|
public long getValue()
Gets or sets the position value.
public abstract long getStructSize()
Gets the struct size.
getStructSize
in interface IBinarySerializable
public abstract byte getStpFormat()
Gets the pointer format according to the table in MS-One 2.4.3.
public abstract byte[] toByteArray()
The to byte array.
toByteArray
in interface IBinarySerializable
T:byte[]
.public abstract void initFromStream(com.aspose.ms.System.IO.BinaryReader reader)
Fills position value from stream reader.
reader
- The reader.public void initFromValue(long value)
Fills position value from existing value.
value
- The value.public boolean equals(Object obj)
Determines whether the specified object is equal to the current object.
public int hashCode()
Serves as the default hash function.
Copyright (c) 2016 Aspose. All Rights Reserved.