Class TPubFile
Unit
Declaration
type TPubFile = class(TInterfacedObject, IPubFile)
Description
A pub file (EIF, ENF, ECF, ESF)
Hierarchy
- TInterfacedObject
- TPubFile
Overview
Methods
function GetByteSize: Cardinal; |
|
function GetFileId: Cardinal; |
|
procedure SetFileId(FileId: Cardinal); |
|
function GetContent: TArray<Byte>; |
|
procedure SetContent(Content: TArray<Byte>); |
|
procedure Serialize(Writer: TEoWriter); |
|
class function Deserialize(Reader: TEoReader): TPubFile; |
Properties
property ByteSize: Cardinal read GetByteSize; |
|
property FileId: Cardinal read GetFileId write SetFileId; |
|
property Content: TArray<Byte> read GetContent write SetContent; |
Description
Methods
function GetByteSize: Cardinal; |
|
This item has no description. |
function GetFileId: Cardinal; |
|
This item has no description. |
procedure SetFileId(FileId: Cardinal); |
|
This item has no description. |
function GetContent: TArray<Byte>; |
|
This item has no description. |
procedure SetContent(Content: TArray<Byte>); |
|
This item has no description. |
procedure Serialize(Writer: TEoWriter); |
|
Serializes this Parameters
|
class function Deserialize(Reader: TEoReader): TPubFile; |
|
Deserializes an instance of Parameters
ReturnsThe deserialized object |
Properties
property ByteSize: Cardinal read GetByteSize; |
|
The size of the data that this object was deserialized from.
|
property FileId: Cardinal read GetFileId write SetFileId; |
|
|
property Content: TArray<Byte> read GetContent write SetContent; |
|
This item has no description. |
Generated by PasDoc 0.16.0-snapshot.