Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Interop.zlib Class Reference

Package Functions

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)
 

Detailed Description

Definition at line 6 of file Interop.cs.


The documentation for this class was generated from the following files: