public class FileChunkReference64 extends FileChunkReference
A FileChunkReference64 structure is a file chunk reference where both the position field and the length field are 8 bytes in size.
Constructor and Description |
---|
FileChunkReference64(long stp,
long cb)
Initializes a new instance of the
FileChunkReference64 class. |
Modifier and Type | Method and Description |
---|---|
static FileChunkReference64 |
getFcrNil()
Gets the nil file chunk reference.
|
static FileChunkReference64 |
getFcrZero()
Gets the zero file chunk reference.
|
equals, equals, getCb, getStp, getStructSize, hashCode, isFcrNil, isFcrZero, op_Equality, op_Inequality, toByteArray, toString
public FileChunkReference64(long stp, long cb)
Initializes a new instance of the FileChunkReference64
class.
stp
- The position.cb
- The length.public static FileChunkReference64 getFcrNil()
Gets the nil file chunk reference.
public static FileChunkReference64 getFcrZero()
Gets the zero file chunk reference.
Copyright (c) 2016 Aspose. All Rights Reserved.