Example #1
0
 internal static unsafe partial ZLibNative.ErrorCode DeflateInit2_(
     ZLibNative.ZStream *stream,
     ZLibNative.CompressionLevel level,
     ZLibNative.CompressionMethod method,
     int windowBits,
     int memLevel,
     ZLibNative.CompressionStrategy strategy);
Example #2
0
 internal static unsafe partial ZLibNative.ErrorCode InflateEnd(ZLibNative.ZStream *stream);
Example #3
0
 internal static unsafe partial ZLibNative.ErrorCode Inflate(ZLibNative.ZStream *stream, ZLibNative.FlushCode flush);
Example #4
0
 internal static unsafe partial ZLibNative.ErrorCode InflateInit2_(ZLibNative.ZStream *stream, int windowBits);
Example #5
0
 internal static unsafe partial ZLibNative.ErrorCode DeflateReset(ZLibNative.ZStream *stream);
Example #6
0
 internal static extern unsafe ZLibNative.ErrorCode InflateEnd(ZLibNative.ZStream *stream);
Example #7
0
 internal static extern unsafe ZLibNative.ErrorCode Inflate(ZLibNative.ZStream *stream, ZLibNative.FlushCode flush);
Example #8
0
 internal static extern unsafe ZLibNative.ErrorCode InflateInit2_(ZLibNative.ZStream *stream, int windowBits);
Example #9
0
 internal static extern unsafe ZLibNative.ErrorCode DeflateReset(ZLibNative.ZStream *stream);