1LIBRARY clrcompression.dll
2
3EXPORTS
4    crc32
5    deflateInit2_
6    deflate
7    deflateEnd
8    inflateInit2_
9    inflate
10    inflateEnd
11    zlibCompileFlags
12    BrotliEncoderCompress
13    BrotliEncoderCompressStream
14    BrotliEncoderCreateInstance
15    BrotliEncoderDestroyInstance
16    BrotliEncoderHasMoreOutput
17    BrotliEncoderIsFinished
18    BrotliEncoderMaxCompressedSize
19    BrotliEncoderSetParameter
20    BrotliEncoderTakeOutput
21    BrotliEncoderVersion
22    BrotliDecoderCreateInstance
23    BrotliDecoderDecompress
24    BrotliDecoderDecompressStream
25    BrotliDecoderDestroyInstance
26    BrotliDecoderErrorString
27    BrotliDecoderGetErrorCode
28    BrotliDecoderHasMoreOutput
29    BrotliDecoderIsFinished
30    BrotliDecoderIsUsed
31    BrotliDecoderSetParameter
32    BrotliDecoderTakeOutput
33    BrotliDecoderVersion
34    BrotliGetDictionary
35    BrotliSetDictionaryData