flcZLib Namespace
Represents namespace flcZLib
.
Name | Description | |
---|---|---|
![]() | EZCompressionError | Represents type |
![]() | EZDecompressionError | Represents type |
![]() | EZLibError | Represents type |
![]() | TZLibCompressionStream | Represents type |
![]() | TZLibDecompressionStream | Represents type |
![]() | TZLibStreamBase | Represents type |
Name | Description | |
---|---|---|
![]() | TZStreamRec | Represents type |
Name | Description | |
---|---|---|
![]() | TZLibCompressionLevel | Represents type |
Name | Description | |
---|---|---|
![]() | ZLIB_VERNUM | Represents constant |
![]() | ZLIB_VERSION | Represents constant |
![]() | ZLIB_VER_MAJOR | Represents constant |
![]() | ZLIB_VER_MINOR | Represents constant |
![]() | ZLIB_VER_REVISION | Represents constant |
![]() | ZLIB_VER_SUBREVISION | Represents constant |
![]() | Z_ASCII | Represents constant |
![]() | Z_BEST_COMPRESSION | Represents constant |
![]() | Z_BEST_SPEED | Represents constant |
![]() | Z_BINARY | Represents constant |
![]() | Z_BUF_ERROR | Represents constant |
![]() | Z_DATA_ERROR | Represents constant |
![]() | Z_DEFAULT_COMPRESSION | Represents constant |
![]() | Z_DEFAULT_STRATEGY | Represents constant |
![]() | Z_DEFLATED | Represents constant |
![]() | Z_ERRNO | Represents constant |
![]() | Z_FILTERED | Represents constant |
![]() | Z_FINISH | Represents constant |
![]() | Z_FULL_FLUSH | Represents constant |
![]() | Z_HUFFMAN_ONLY | Represents constant |
![]() | Z_MEM_ERROR | Represents constant |
![]() | Z_NEED_DICT | Represents constant |
![]() | Z_NO_COMPRESSION | Represents constant |
![]() | Z_NO_FLUSH | Represents constant |
![]() | Z_OK | Represents constant |
![]() | Z_PARTIAL_FLUSH | Represents constant |
![]() | Z_STREAM_END | Represents constant |
![]() | Z_STREAM_ERROR | Represents constant |
![]() | Z_SYNC_FLUSH | Represents constant |
![]() | Z_TEXT | Represents constant |
![]() | Z_UNKNOWN | Represents constant |
![]() | Z_VERSION_ERROR | Represents constant |
Name | Description | |
---|---|---|
![]() | adler32(LongInt,PAnsiChar,LongInt) | Represents method |
![]() | deflate(TZStreamRec,LongInt) | Represents method |
![]() | deflateEnd(TZStreamRec) | Represents method |
![]() | deflateInit_(TZStreamRec,LongInt,PAnsiChar,LongInt) | Represents method |
![]() | inflate(TZStreamRec,LongInt) | Represents method |
![]() | inflateEnd(TZStreamRec) | Represents method |
![]() | inflateInit_(TZStreamRec,PAnsiChar,LongInt) | Represents method |
![]() | inflateReset(TZStreamRec) | Represents method |
![]() | ZLibCompressBuf(Pointer,Integer,Pointer,Integer,TZLibCompressionLevel) | Represents method |
![]() | ZLibCompressStr(RawByteString,TZLibCompressionLevel) | Represents method |
![]() | ZLibDecompressBuf(Pointer,Integer,Pointer,Integer) | Represents method |
![]() | ZLibDecompressStr(RawByteString) | Represents method |