public final class FileDataStoreListReferenceFnd extends FileNodeReference<FileDataStoreListReferenceFnd>
Gets a file node list containing references to file data objects
Constructor and Description |
---|
FileDataStoreListReferenceFnd(FileNodeHeader header,
FileNodeChunkReference reference,
FileNodeList contents)
Initializes a new instance of the
FileDataStoreListReferenceFnd class. |
Modifier and Type | Method and Description |
---|---|
void |
accept(IFileNodeVisitor visitor)
The accept.
|
boolean |
equals(FileDataStoreListReferenceFnd other)
The equals.
|
FileNodeList |
getContents()
Gets or sets the contents.
|
long |
getStructSize()
Gets the struct size.
|
byte[] |
toByteArray()
The to byte array.
|
String |
toString()
The to string.
|
void |
writeRefData(RevisionBinaryFileWriter writer)
The write ref data.
|
getReference, setReference
public FileDataStoreListReferenceFnd(FileNodeHeader header, FileNodeChunkReference reference, FileNodeList contents)
Initializes a new instance of the FileDataStoreListReferenceFnd
class.
header
- The header.reference
- The reference.contents
- The contents.public FileNodeList getContents()
Gets or sets the contents.
public long getStructSize()
Gets the struct size.
getStructSize
in interface IBinarySerializable
getStructSize
in class FileNode<FileDataStoreListReferenceFnd>
public void accept(IFileNodeVisitor visitor)
The accept.
accept
in interface IFileNode
accept
in class FileNode<FileDataStoreListReferenceFnd>
visitor
- The visitor.public void writeRefData(RevisionBinaryFileWriter writer)
The write ref data.
writeRefData
in class FileNodeReference<FileDataStoreListReferenceFnd>
writer
- The writer.public byte[] toByteArray()
The to byte array.
toByteArray
in interface IBinarySerializable
toByteArray
in class FileNode<FileDataStoreListReferenceFnd>
T:byte[]
.public boolean equals(FileDataStoreListReferenceFnd other)
The equals.
other
- The other.bool
.Copyright (c) 2016 Aspose. All Rights Reserved.