Class TCustomZipStream (unit UnZipLib)

Inherits from

TStream

This stuff only slightly modified from TCustomMemoryStream, except that all the write functionality has gone { TCustomZipStream

Constructors



Functions

function Read(var Buffer; Count: Longint): Longint;


function Seek(Offset: Longint; Origin: Word): Longint;


procedure SetPointer(Ptr: Pointer; Size: Longint);

TCustomZipStream

Properties

property Memory : Pointer


Events

Variables

FMemory : Pointer;


FPosition : Longint;


FSize : Longint;



Constructors


Functions


function Read(var Buffer; Count: Longint): Longint;


function Seek(Offset: Longint; Origin: Word): Longint;


procedure SetPointer(Ptr: Pointer; Size: Longint);

TCustomZipStream


Properties


property Memory : Pointer


Events


Variables


FMemory : Pointer;


FPosition : Longint;


FSize : Longint;