public class FileNodeChunkReference extends FileChunkReference
It is a file chunk reference that specifies the location in the file and the size of data referenced by a FileNode structure. Could represent various position and length formats.
Constructor and Description |
---|
FileNodeChunkReference(ReferencedDataPosition stp,
ReferencedDataLength cb)
Initializes a new instance of the
FileNodeChunkReference class. |
Modifier and Type | Method and Description |
---|---|
static FileNodeChunkReference |
getFcrNil(byte stpFormat,
byte cbFormat)
Gets the nil file chunk reference.
|
static FileNodeChunkReference |
getFcrZero(byte stpFormat,
byte cbFormat)
Gets the zero file chunk reference.
|
equals, equals, getCb, getStp, getStructSize, hashCode, isFcrNil, isFcrZero, op_Equality, op_Inequality, toByteArray, toString
public FileNodeChunkReference(ReferencedDataPosition stp, ReferencedDataLength cb)
Initializes a new instance of the FileNodeChunkReference
class.
stp
- The position.cb
- The length.public static FileNodeChunkReference getFcrNil(byte stpFormat, byte cbFormat)
Gets the nil file chunk reference.
stpFormat
- The position Format.cbFormat
- The length Format.FileNodeChunkReference
.public static FileNodeChunkReference getFcrZero(byte stpFormat, byte cbFormat)
Gets the zero file chunk reference.
stpFormat
- The position Format.cbFormat
- The length Format.FileNodeChunkReference
.Copyright (c) 2017 Aspose. All Rights Reserved.