Package | Description |
---|---|
com.aspose.note.revision |
Modifier and Type | Class and Description |
---|---|
class |
ReferencedDataLengthCompressed1
The referenced data length format 2.
|
class |
ReferencedDataLengthCompressed2
The referenced data length format 3.
|
class |
ReferencedDataLengthUncompressed4
The referenced data length format 0.
|
class |
ReferencedDataLengthUncompressed8
The referenced data length format 1.
|
Modifier and Type | Method and Description |
---|---|
static ReferencedDataLength |
ReferencedDataLength.Factory.create(byte cbFormat,
com.aspose.ms.System.IO.BinaryReader reader)
Creates new instance of
ReferencedDataLength by specified format and inits it's value from the specified stream reader. |
static ReferencedDataLength |
ReferencedDataLength.Factory.create(byte cbFormat,
long value)
Creates new instance of
ReferencedDataLength by specified format and inits it's value from the specified value. |
static ReferencedDataLength |
ReferencedDataLength.Factory.create(long value)
Creates new instance of
ReferencedDataLength deduced format from the specified value. |
ReferencedDataLength |
FileChunkReference.getCb()
Gets an unsigned integer that specifies the size, in bytes, of the referenced data.
|
Constructor and Description |
---|
FileNodeChunkReference(ReferencedDataPosition stp,
ReferencedDataLength cb)
Initializes a new instance of the
FileNodeChunkReference class. |
Copyright (c) 2016 Aspose. All Rights Reserved.