public class ObjectDeclarationFileData3LargeRefCountFnd extends FileNode<ObjectDeclarationFileData3LargeRefCountFnd>
Gets an object that references data for a file data object.
Constructor and Description |
---|
ObjectDeclarationFileData3LargeRefCountFnd(FileNodeHeader header,
CompactId oid,
Jcid jcid,
long countRef,
StringInStorageBuffer fileDataReference,
StringInStorageBuffer extension)
Initializes a new instance of the
ObjectDeclarationFileData3LargeRefCountFnd class. |
Modifier and Type | Method and Description |
---|---|
void |
accept(IFileNodeVisitor visitor)
The accept.
|
boolean |
equals(Object other) |
boolean |
equals(ObjectDeclarationFileData3LargeRefCountFnd other)
The equals.
|
long |
getCountRef()
Gets the reference count for this objects.
|
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.
|
public ObjectDeclarationFileData3LargeRefCountFnd(FileNodeHeader header, CompactId oid, Jcid jcid, long countRef, StringInStorageBuffer fileDataReference, StringInStorageBuffer extension)
Initializes a new instance of the ObjectDeclarationFileData3LargeRefCountFnd
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 long getCountRef()
Gets the reference count for this objects.
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<ObjectDeclarationFileData3LargeRefCountFnd>
public void accept(IFileNodeVisitor visitor)
The accept.
accept
in interface IFileNode
accept
in class FileNode<ObjectDeclarationFileData3LargeRefCountFnd>
visitor
- The visitor.public byte[] toByteArray()
The to byte array.
toByteArray
in interface IBinarySerializable
toByteArray
in class FileNode<ObjectDeclarationFileData3LargeRefCountFnd>
T:byte[]
.public boolean equals(ObjectDeclarationFileData3LargeRefCountFnd other)
The equals.
other
- The other.bool
.public boolean equals(Object other)
equals
in interface com.aspose.ms.System.IEquatable<ObjectDeclarationFileData3LargeRefCountFnd>
equals
in class Object
Copyright (c) 2017 Aspose. All Rights Reserved.