public abstract class FileNode<T> extends Object implements IFileNode, com.aspose.ms.System.IEquatable<T>
The file node.
T
:
Modifier and Type | Method and Description |
---|---|
abstract void |
accept(IFileNodeVisitor visitor)
The accept.
|
FileNodeHeader |
getHeader()
Gets or sets the header.
|
abstract long |
getStructSize()
Gets the struct size.
|
int |
hashCode()
The get hash code.
|
abstract byte[] |
toByteArray()
The to byte array.
|
public FileNodeHeader getHeader()
Gets or sets the header.
public abstract void accept(IFileNodeVisitor visitor)
The accept.
public int hashCode()
The get hash code.
public abstract long getStructSize()
Gets the struct size.
getStructSize
in interface IBinarySerializable
public abstract byte[] toByteArray()
The to byte array.
toByteArray
in interface IBinarySerializable
T:byte[]
.Copyright (c) 2017 Aspose. All Rights Reserved.