Terraria v1.4.4.9
Terraria source code documentation
|
This is the complete list of members for Interop.Brotli, including all inherited members.
BrotliDecoderCreateInstance(IntPtr allocFunc, IntPtr freeFunc, IntPtr opaque) | Interop.Brotli | package |
BrotliDecoderDecompress(nuint availableInput, byte *inBytes, nuint *availableOutput, byte *outBytes) | Interop.Brotli | package |
BrotliDecoderDecompressStream(SafeBrotliDecoderHandle state, ref nuint availableIn, byte **nextIn, ref nuint availableOut, byte **nextOut, out nuint totalOut) | Interop.Brotli | package |
BrotliDecoderDestroyInstance(IntPtr state) | Interop.Brotli | package |
BrotliDecoderIsFinished(SafeBrotliDecoderHandle state) | Interop.Brotli | package |
BrotliEncoderCompress(int quality, int window, int v, nuint availableInput, byte *inBytes, nuint *availableOutput, byte *outBytes) | Interop.Brotli | package |
BrotliEncoderCompressStream(SafeBrotliEncoderHandle state, BrotliEncoderOperation op, ref nuint availableIn, byte **nextIn, ref nuint availableOut, byte **nextOut, out nuint totalOut) | Interop.Brotli | package |
BrotliEncoderCreateInstance(IntPtr allocFunc, IntPtr freeFunc, IntPtr opaque) | Interop.Brotli | package |
BrotliEncoderDestroyInstance(IntPtr state) | Interop.Brotli | package |
BrotliEncoderHasMoreOutput(SafeBrotliEncoderHandle state) | Interop.Brotli | package |
BrotliEncoderSetParameter(SafeBrotliEncoderHandle state, BrotliEncoderParameter parameter, uint value) | Interop.Brotli | package |