public class ReferencedDataPositionUncompressed8 extends ReferencedDataPosition
The referenced data position format 0.
ReferencedDataPosition.Factory
Modifier and Type | Field and Description |
---|---|
static byte |
Format
The pointer format according to the table in MS-One 2.4.3.
|
Constructor and Description |
---|
ReferencedDataPositionUncompressed8() |
Modifier and Type | Method and Description |
---|---|
static boolean |
fitted(long value)
Indicates whether a value fits the position format.
|
byte |
getStpFormat()
Gets the pointer format according to the table in MS-One 2.4.3.
|
long |
getStructSize()
Gets the struct size.
|
void |
initFromStream(com.aspose.ms.System.IO.BinaryReader reader)
Fills position value from stream reader.
|
byte[] |
toByteArray()
The to byte array.
|
equals, getValue, hashCode, initFromValue, toString
public static final byte Format
The pointer format according to the table in MS-One 2.4.3.
public long getStructSize()
Gets the struct size.
getStructSize
in interface IBinarySerializable
getStructSize
in class ReferencedDataPosition
public byte getStpFormat()
Gets the pointer format according to the table in MS-One 2.4.3.
getStpFormat
in class ReferencedDataPosition
public static boolean fitted(long value)
Indicates whether a value fits the position format.
public byte[] toByteArray()
The to byte array.
toByteArray
in interface IBinarySerializable
toByteArray
in class ReferencedDataPosition
T:byte[]
.public void initFromStream(com.aspose.ms.System.IO.BinaryReader reader)
Fills position value from stream reader.
initFromStream
in class ReferencedDataPosition
reader
- The reader.Copyright (c) 2016 Aspose. All Rights Reserved.