public final class FileDataStoreObjectReferenceFnd extends FileNodeReference<FileDataStoreObjectReferenceFnd>
Gets a reference to a file data object.
Constructor and Description |
---|
FileDataStoreObjectReferenceFnd(FileNodeHeader header,
FileNodeChunkReference reference,
Guid guidReference,
FileDataStoreObject data)
Initializes a new instance of the
FileDataStoreObjectReferenceFnd class. |
Modifier and Type | Method and Description |
---|---|
void |
accept(IFileNodeVisitor visitor)
The accept.
|
boolean |
equals(FileDataStoreObjectReferenceFnd other)
The equals.
|
boolean |
equals(Object other) |
FileDataStoreObject |
getData()
Gets the data by reference.
|
Guid |
getGuidReference()
Gets or sets the identity of this file data object.
|
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 FileDataStoreObjectReferenceFnd(FileNodeHeader header, FileNodeChunkReference reference, Guid guidReference, FileDataStoreObject data)
Initializes a new instance of the FileDataStoreObjectReferenceFnd
class.
header
- The header.reference
- The reference.guidReference
- The identifier reference.data
- The data.public Guid getGuidReference()
Gets or sets the identity of this file data object.
Value: The identifier reference.public FileDataStoreObject getData()
Gets the data by reference.
Value: The data.public long getStructSize()
Gets the struct size.
Value: The struct size.getStructSize
in interface IBinarySerializable
getStructSize
in class FileNode<FileDataStoreObjectReferenceFnd>
public void accept(IFileNodeVisitor visitor)
The accept.
accept
in interface IFileNode
accept
in class FileNode<FileDataStoreObjectReferenceFnd>
visitor
- The visitor.public void writeRefData(RevisionBinaryFileWriter writer)
The write ref data.
writeRefData
in class FileNodeReference<FileDataStoreObjectReferenceFnd>
writer
- The writer.public byte[] toByteArray()
The to byte array.
toByteArray
in interface IBinarySerializable
toByteArray
in class FileNode<FileDataStoreObjectReferenceFnd>
T:byte[]
.public boolean equals(FileDataStoreObjectReferenceFnd other)
The equals.
other
- The other.bool
.public boolean equals(Object other)
equals
in interface com.aspose.ms.System.IEquatable<FileDataStoreObjectReferenceFnd>
equals
in class Object
Copyright (c) 2017 Aspose. All Rights Reserved.