|
static unsafe ZLibNative.ErrorCode | DeflateInit2_ (ZLibNative.ZStream *stream, ZLibNative.CompressionLevel level, ZLibNative.CompressionMethod method, int windowBits, int memLevel, ZLibNative.CompressionStrategy strategy) |
|
static unsafe ZLibNative.ErrorCode | Deflate (ZLibNative.ZStream *stream, ZLibNative.FlushCode flush) |
|
static unsafe ZLibNative.ErrorCode | DeflateEnd (ZLibNative.ZStream *stream) |
|
static unsafe ZLibNative.ErrorCode | InflateInit2_ (ZLibNative.ZStream *stream, int windowBits) |
|
static unsafe ZLibNative.ErrorCode | Inflate (ZLibNative.ZStream *stream, ZLibNative.FlushCode flush) |
|
static unsafe ZLibNative.ErrorCode | InflateEnd (ZLibNative.ZStream *stream) |
|
static unsafe uint | crc32 (uint crc, byte *buffer, int len) |
|
static unsafe ZLibNative.ErrorCode | DeflateInit2_ (ZLibNative.ZStream *stream, ZLibNative.CompressionLevel level, ZLibNative.CompressionMethod method, int windowBits, int memLevel, ZLibNative.CompressionStrategy strategy) |
|
static unsafe ZLibNative.ErrorCode | Deflate (ZLibNative.ZStream *stream, ZLibNative.FlushCode flush) |
|
static unsafe ZLibNative.ErrorCode | DeflateEnd (ZLibNative.ZStream *stream) |
|
static unsafe ZLibNative.ErrorCode | InflateInit2_ (ZLibNative.ZStream *stream, int windowBits) |
|
static unsafe ZLibNative.ErrorCode | Inflate (ZLibNative.ZStream *stream, ZLibNative.FlushCode flush) |
|
static unsafe ZLibNative.ErrorCode | InflateEnd (ZLibNative.ZStream *stream) |
|
Definition at line 6 of file Interop.cs.