Beispiel #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);
Beispiel #2
0
 internal static unsafe partial ZLibNative.ErrorCode InflateEnd(ZLibNative.ZStream *stream);
Beispiel #3
0
 internal static unsafe partial ZLibNative.ErrorCode Inflate(ZLibNative.ZStream *stream, ZLibNative.FlushCode flush);
Beispiel #4
0
 internal static unsafe partial ZLibNative.ErrorCode InflateInit2_(ZLibNative.ZStream *stream, int windowBits);
Beispiel #5
0
 internal static unsafe partial ZLibNative.ErrorCode DeflateReset(ZLibNative.ZStream *stream);
Beispiel #6
0
 internal static extern unsafe ZLibNative.ErrorCode InflateEnd(ZLibNative.ZStream *stream);
Beispiel #7
0
 internal static extern unsafe ZLibNative.ErrorCode Inflate(ZLibNative.ZStream *stream, ZLibNative.FlushCode flush);
Beispiel #8
0
 internal static extern unsafe ZLibNative.ErrorCode InflateInit2_(ZLibNative.ZStream *stream, int windowBits);
Beispiel #9
0
 internal static extern unsafe ZLibNative.ErrorCode DeflateReset(ZLibNative.ZStream *stream);