TZLibCompressionStream Class

Represents type TZLibCompressionStream.

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

The TZLibCompressionStream type exposes the following members.

Show:
 NameDescription
Create(TStream,TZLibCompressionLevel)

Initializes a new instance of the TZLibCompressionStream class.

Destroy

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

Top
Show:
 NameDescription
DoDeflate(Integer)

Represents method DoDeflate(Integer).

Flush

Represents method Flush.

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
FDeflateInit

Represents field FDeflateInit.

FLevel

Represents field FLevel.

FOutBuffer

Represents field FOutBuffer.

Top