Class TAdTarBall
Unit
AdTar
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
Description
Methods
 |
class function CanOpen(const AStream: TStream): Boolean; override; |
|
 |
class function GetPackageFormatName: String; override; |
|
 |
procedure LoadFromStream(const AStream: TStream; const AFileName: String=''); override; |
|
 |
procedure SaveToStream(const AStream: TStream); override; |
|

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