コード例 #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
ファイル: Interop.zlib.cs プロジェクト: PRIMETSS/runtime
 internal static extern unsafe ZLibNative.ErrorCode InflateEnd(ZLibNative.ZStream *stream);
コード例 #7
0
ファイル: Interop.zlib.cs プロジェクト: PRIMETSS/runtime
 internal static extern unsafe ZLibNative.ErrorCode Inflate(ZLibNative.ZStream *stream, ZLibNative.FlushCode flush);
コード例 #8
0
ファイル: Interop.zlib.cs プロジェクト: PRIMETSS/runtime
 internal static extern unsafe ZLibNative.ErrorCode InflateInit2_(ZLibNative.ZStream *stream, int windowBits);
コード例 #9
0
ファイル: Interop.zlib.cs プロジェクト: PRIMETSS/runtime
 internal static extern unsafe ZLibNative.ErrorCode DeflateReset(ZLibNative.ZStream *stream);