public abstract class ReferencedDataLength extends Object implements IBinarySerializable
The referenced data length base.
Modifier and Type | Class and Description |
---|---|
static class |
ReferencedDataLength.Factory
The factory.
|
Constructor and Description |
---|
ReferencedDataLength() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
abstract byte |
getCbFormat()
Gets the length format according to the table in MS-One 2.4.3.
|
abstract long |
getStructSize()
Gets the struct size.
|
long |
getValue()
Gets or sets the length value.
|
int |
hashCode() |
abstract void |
initFromStream(com.aspose.ms.System.IO.BinaryReader reader)
Fills length value from stream reader.
|
void |
initFromValue(long value)
Fills length value from existing value.
|
abstract byte[] |
toByteArray()
The to byte array.
|
String |
toString() |
public long getValue()
Gets or sets the length value.
public abstract long getStructSize()
Gets the struct size.
getStructSize
in interface IBinarySerializable
public abstract byte getCbFormat()
Gets the length 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 length value from stream reader.
reader
- The reader.public void initFromValue(long value)
Fills length value from existing value.
value
- The value.Copyright (c) 2017 Aspose. All Rights Reserved.