public class ObjectDeclarationFileData3RefCountFnd extends FileNode<ObjectDeclarationFileData3RefCountFnd>
Gets an object that references data for a file data object.
Constructor and Description |
---|
ObjectDeclarationFileData3RefCountFnd(FileNodeHeader header,
CompactId oid,
Jcid jcid,
byte countRef,
StringInStorageBuffer fileDataReference,
StringInStorageBuffer extension)
Initializes a new instance of the
ObjectDeclarationFileData3RefCountFnd class. |
Modifier and Type | Method and Description |
---|---|
void |
accept(IFileNodeVisitor visitor)
The accept.
|
boolean |
equals(ObjectDeclarationFileData3RefCountFnd other)
The equals.
|
byte |
getCountRef()
Gets the reference count for this object.
|
StringInStorageBuffer |
getExtension()
Gets the file extension including period.
|
StringInStorageBuffer |
getFileDataReference()
Gets the type and the target of the reference.
|
Jcid |
getJcid()
Gets the type of this object and the type of the data the object contains.
|
CompactId |
getOid()
Gets the identity of this object.
|
long |
getStructSize()
Gets the struct size.
|
byte[] |
toByteArray()
The to byte array.
|
String |
toString()
The to string.
|
public ObjectDeclarationFileData3RefCountFnd(FileNodeHeader header, CompactId oid, Jcid jcid, byte countRef, StringInStorageBuffer fileDataReference, StringInStorageBuffer extension)
Initializes a new instance of the ObjectDeclarationFileData3RefCountFnd
class.
header
- The header.oid
- The OID.jcid
- The JCID.countRef
- The count ref.fileDataReference
- The file data reference.extension
- The extension.public CompactId getOid()
Gets the identity of this object.
public Jcid getJcid()
Gets the type of this object and the type of the data the object contains.
public byte getCountRef()
Gets the reference count for this object.
public StringInStorageBuffer getFileDataReference()
Gets the type and the target of the reference.
public StringInStorageBuffer getExtension()
Gets the file extension including period.
public long getStructSize()
Gets the struct size.
getStructSize
in interface IBinarySerializable
getStructSize
in class FileNode<ObjectDeclarationFileData3RefCountFnd>
public void accept(IFileNodeVisitor visitor)
The accept.
accept
in interface IFileNode
accept
in class FileNode<ObjectDeclarationFileData3RefCountFnd>
visitor
- The visitor.public byte[] toByteArray()
The to byte array.
toByteArray
in interface IBinarySerializable
toByteArray
in class FileNode<ObjectDeclarationFileData3RefCountFnd>
T:byte[]
.com.aspose.ms.System.InvalidOperationException
- Incorrect buffer size.public boolean equals(ObjectDeclarationFileData3RefCountFnd other)
The equals.
other
- The other.bool
.Copyright (c) 2016 Aspose. All Rights Reserved.