public final class HashedChunkDescriptor2Fnd extends FileNodeReference<HashedChunkDescriptor2Fnd>
The hashed chunk descriptor.
Constructor and Description |
---|
HashedChunkDescriptor2Fnd(FileNodeHeader header,
FileNodeChunkReference reference,
Guid guidHash)
Initializes a new instance of the
HashedChunkDescriptor2Fnd class. |
Modifier and Type | Method and Description |
---|---|
void |
accept(IFileNodeVisitor visitor)
The accept.
|
boolean |
equals(HashedChunkDescriptor2Fnd other)
The equals.
|
Guid |
getGuidHash()
Gets an MD5 checksum, of data referenced by the BlobRef field.
|
long |
getStructSize()
Gets the struct size.
|
byte[] |
toByteArray()
The to byte array.
|
void |
writeRefData(RevisionBinaryFileWriter writer)
The write ref data.
|
getReference, setReference
public HashedChunkDescriptor2Fnd(FileNodeHeader header, FileNodeChunkReference reference, Guid guidHash)
Initializes a new instance of the HashedChunkDescriptor2Fnd
class.
public Guid getGuidHash()
Gets an MD5 checksum, of data referenced by the BlobRef field.
public long getStructSize()
Gets the struct size.
getStructSize
in interface IBinarySerializable
getStructSize
in class FileNode<HashedChunkDescriptor2Fnd>
public void accept(IFileNodeVisitor visitor)
The accept.
accept
in interface IFileNode
accept
in class FileNode<HashedChunkDescriptor2Fnd>
visitor
- The visitor.public void writeRefData(RevisionBinaryFileWriter writer)
The write ref data.
writeRefData
in class FileNodeReference<HashedChunkDescriptor2Fnd>
writer
- The writer.public byte[] toByteArray()
The to byte array.
toByteArray
in interface IBinarySerializable
toByteArray
in class FileNode<HashedChunkDescriptor2Fnd>
T:byte[]
.public boolean equals(HashedChunkDescriptor2Fnd other)
The equals.
other
- The other.bool
.Copyright (c) 2016 Aspose. All Rights Reserved.