flcZLib Namespace

Represents namespace flcZLib.

 NameDescription
EZCompressionError

Represents type EZCompressionError.

EZDecompressionError

Represents type EZDecompressionError.

EZLibError

Represents type EZLibError.

TZLibCompressionStream

Represents type TZLibCompressionStream.

TZLibDecompressionStream

Represents type TZLibDecompressionStream.

TZLibStreamBase

Represents type TZLibStreamBase.

Top
 NameDescription
TZStreamRec

Represents type TZStreamRec.

Top
 NameDescription
TZLibCompressionLevel

Represents type TZLibCompressionLevel.

Top
 NameDescription
TZAlloc

Represents type TZAlloc.

TZFree

Represents type TZFree.

Top
 NameDescription
ZLIB_VERNUM

Represents constant ZLIB_VERNUM.

ZLIB_VERSION

Represents constant ZLIB_VERSION.

ZLIB_VER_MAJOR

Represents constant ZLIB_VER_MAJOR.

ZLIB_VER_MINOR

Represents constant ZLIB_VER_MINOR.

ZLIB_VER_REVISION

Represents constant ZLIB_VER_REVISION.

ZLIB_VER_SUBREVISION

Represents constant ZLIB_VER_SUBREVISION.

Z_ASCII

Represents constant Z_ASCII.

Z_BEST_COMPRESSION

Represents constant Z_BEST_COMPRESSION.

Z_BEST_SPEED

Represents constant Z_BEST_SPEED.

Z_BINARY

Represents constant Z_BINARY.

Z_BUF_ERROR

Represents constant Z_BUF_ERROR.

Z_DATA_ERROR

Represents constant Z_DATA_ERROR.

Z_DEFAULT_COMPRESSION

Represents constant Z_DEFAULT_COMPRESSION.

Z_DEFAULT_STRATEGY

Represents constant Z_DEFAULT_STRATEGY.

Z_DEFLATED

Represents constant Z_DEFLATED.

Z_ERRNO

Represents constant Z_ERRNO.

Z_FILTERED

Represents constant Z_FILTERED.

Z_FINISH

Represents constant Z_FINISH.

Z_FULL_FLUSH

Represents constant Z_FULL_FLUSH.

Z_HUFFMAN_ONLY

Represents constant Z_HUFFMAN_ONLY.

Z_MEM_ERROR

Represents constant Z_MEM_ERROR.

Z_NEED_DICT

Represents constant Z_NEED_DICT.

Z_NO_COMPRESSION

Represents constant Z_NO_COMPRESSION.

Z_NO_FLUSH

Represents constant Z_NO_FLUSH.

Z_OK

Represents constant Z_OK.

Z_PARTIAL_FLUSH

Represents constant Z_PARTIAL_FLUSH.

Z_STREAM_END

Represents constant Z_STREAM_END.

Z_STREAM_ERROR

Represents constant Z_STREAM_ERROR.

Z_SYNC_FLUSH

Represents constant Z_SYNC_FLUSH.

Z_TEXT

Represents constant Z_TEXT.

Z_UNKNOWN

Represents constant Z_UNKNOWN.

Z_VERSION_ERROR

Represents constant Z_VERSION_ERROR.

Top
 NameDescription
adler32(LongInt,PAnsiChar,LongInt)

Represents method adler32(LongInt,PAnsiChar,LongInt).

deflate(TZStreamRec,LongInt)

Represents method deflate(TZStreamRec,LongInt).

deflateEnd(TZStreamRec)

Represents method deflateEnd(TZStreamRec).

deflateInit_(TZStreamRec,LongInt,PAnsiChar,LongInt)

Represents method deflateInit_(TZStreamRec,LongInt,PAnsiChar,LongInt).

inflate(TZStreamRec,LongInt)

Represents method inflate(TZStreamRec,LongInt).

inflateEnd(TZStreamRec)

Represents method inflateEnd(TZStreamRec).

inflateInit_(TZStreamRec,PAnsiChar,LongInt)

Represents method inflateInit_(TZStreamRec,PAnsiChar,LongInt).

inflateReset(TZStreamRec)

Represents method inflateReset(TZStreamRec).

ZLibCompressBuf(Pointer,Integer,Pointer,Integer,TZLibCompressionLevel)

Represents method ZLibCompressBuf(Pointer,Integer,Pointer,Integer,TZLibCompressionLevel).

ZLibCompressStr(RawByteString,TZLibCompressionLevel)

Represents method ZLibCompressStr(RawByteString,TZLibCompressionLevel).

ZLibDecompressBuf(Pointer,Integer,Pointer,Integer)

Represents method ZLibDecompressBuf(Pointer,Integer,Pointer,Integer).

ZLibDecompressStr(RawByteString)

Represents method ZLibDecompressStr(RawByteString).

Top