Class TAdTarBall

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TAdTarBall = class(TAdPackage)

Description

no description available, TAdPackage description follows

A package is an archive file like a tar file. When loaded, it provides a virtual file system through its property Root. Files and directories in the archive can be accessed by going though the directory tree of the file system. A package class has to be able to load and save a specific package (archive) file format and furthermore determine whether it can load an archive given in a stream (function CanOpen).

Hierarchy

Overview

Methods

Public class function CanOpen(const AStream: TStream): Boolean; override;
Public class function GetPackageFormatName: String; override;
Public class function ID: TAdVeryShortString; override;
Public procedure LoadFromStream(const AStream: TStream; const AFileName: String=''); override;
Public procedure SaveToStream(const AStream: TStream); override;

Description

Methods

Public class function CanOpen(const AStream: TStream): Boolean; override;
 
Public class function GetPackageFormatName: String; override;
 
Public class function ID: TAdVeryShortString; override;
 
Public procedure LoadFromStream(const AStream: TStream; const AFileName: String=''); override;
 
Public procedure SaveToStream(const AStream: TStream); override;
 

SourceForge.net Logo


Generated by PasDoc 0.11.0 on 2008-12-31 14:32:00