TZLibDecompressionStream Class

Represents type TZLibDecompressionStream.

Namespace: flcZLib
TStream
  flcZLib.TZLibStreamBase
    flcZLib.TZLibDecompressionStream
type
 TZLibDecompressionStream = class(TZLibStreamBase)
 end;

The TZLibDecompressionStream type exposes the following members.

Show:
 NameDescription
Create(TStream)

Initializes a new instance of the TZLibDecompressionStream class.

Destroy

Represents the destructor of the TZLibDecompressionStream class. (Overrides TZLibStreamBase.Destroy.)

Top
Show:
 NameDescription
GetSize

Represents method GetSize.

Read(Void,Longint)

Represents method Read(Void,Longint).

Seek(Longint,Word)

Represents method Seek(Longint,Word).

Write(Void,Longint)

Represents method Write(Void,Longint).

Top
Show:
 NameDescription
FDoInRead

Represents field FDoInRead.

FInBuffer

Represents field FInBuffer.

FInflateInit

Represents field FInflateInit.

FOutAvailable

Represents field FOutAvailable.

FOutBuffer

Represents field FOutBuffer.

Top