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