Interface IMapFile

Unit

Declaration

type IMapFile = interface(IInterface)

Description

A map file (EMF)

Attributes
GUID['{680F62ED-2A13-5A8F-B10B-F77D230FF1E5}']

Hierarchy

Overview

Methods

Public function GetByteSize: Cardinal;
Public function GetContent: TArray<Byte>;
Public procedure SetContent(Content: TArray<Byte>);
Public procedure Serialize(Writer: TEoWriter);

Properties

Public property ByteSize: Cardinal read GetByteSize;
Public property Content: TArray<Byte> read GetContent write SetContent;

Description

Methods

Public function GetByteSize: Cardinal;

This item has no description.

Public function GetContent: TArray<Byte>;

This item has no description.

Public procedure SetContent(Content: TArray<Byte>);

This item has no description.

Public procedure Serialize(Writer: TEoWriter);

Serializes this IMapFile object to the provided TEoWriter.

Parameters
Writer
The writer that this object will be serialized to

Properties

Public property ByteSize: Cardinal read GetByteSize;

The size of the data that this object was deserialized from.

Note
0 if the instance was not created by the Deserialize method.

Public property Content: TArray<Byte> read GetContent write SetContent;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.