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