Class TZipStream (unit UnZipLib)

Inherits from

TCustomZipStream

TZipStream

Constructors


constructor CreateFromArchive(const ArchiveName: string);

Must be a power of 2


Functions

procedure Clear;


destructor Destroy;


procedure LoadFileFromArchive(const FileName: string);


procedure SetSize(NewSize: Longint);


function Realloc(var NewCapacity: Longint): Pointer;


procedure SetCapacity(NewCapacity: Longint);


Properties

property Capacity : Longint


Events

Variables

FCapacity : Longint;


FZipFile : TZipFile;



Constructors


constructor CreateFromArchive(const ArchiveName: string);

Must be a power of 2


Functions


procedure Clear;


destructor Destroy;


procedure LoadFileFromArchive(const FileName: string);


procedure SetSize(NewSize: Longint);


function Realloc(var NewCapacity: Longint): Pointer;


procedure SetCapacity(NewCapacity: Longint);


Properties


property Capacity : Longint


Events


Variables


FCapacity : Longint;


FZipFile : TZipFile;