Interface IPubFile
Unit
Declaration
type IPubFile = interface(IInterface)
Description
A pub file (EIF, ENF, ECF, ESF)
Attributes
- GUID['{92C6E554-FF4B-59D8-90E5-7E548205A90F}']
Hierarchy
- IInterface
- IPubFile
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); |
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
|
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.