public class FileChunkReference64X32 extends FileChunkReference
A FileChunkReference64x32 structure that specifies a reference to a hashed chunk list.
If the value of the FileChunkReference64x32 structure is FcrZero
or FcrNil
, the hashed chunk list does not exist.
Constructor and Description |
---|
FileChunkReference64X32(long stp,
long cb)
Initializes a new instance of the
FileChunkReference64X32 class. |
Modifier and Type | Method and Description |
---|---|
static FileChunkReference64X32 |
getFcrNil()
Gets the nil file chunk reference.
|
static FileChunkReference64X32 |
getFcrZero()
Gets the zero file chunk reference.
|
equals, equals, getCb, getStp, getStructSize, hashCode, isFcrNil, isFcrZero, op_Equality, op_Inequality, toByteArray, toString
public FileChunkReference64X32(long stp, long cb)
Initializes a new instance of the FileChunkReference64X32
class.
stp
- The position.cb
- The length.public static FileChunkReference64X32 getFcrNil()
Gets the nil file chunk reference. Specifies a file chunk reference where all bits of the position field are set to 1, and all bits of the length field are set to zero.
public static FileChunkReference64X32 getFcrZero()
Gets the zero file chunk reference. Specifies a file chunk reference where all bits of the position and length fields are set to zero.
Copyright (c) 2017 Aspose. All Rights Reserved.