This is the complete list of members for Brotli.Decoder, including all inherited members.
BrotliDecompress(Stream input, OutputStream output) | Brotli.Decoder | inlinepackagestatic |
BrotliDecompressedSize(Stream buffer) | Brotli.Decoder | inlinestatic |
CODE_LENGTH_CODES | Brotli.Decoder | private |
CopyUncompressedBlockToOutput(OutputStream output, int len, int pos, byte[] ringbuffer, int ringbuffer_mask, BitReader br) | Brotli.Decoder | inlinepackagestatic |
DecodeBlockType(int max_block_type, HuffmanCode[] trees, int tree_type, byte[] block_types, byte[] ringbuffers, byte[] indexes, BitReader br) | Brotli.Decoder | inlinepackagestatic |
DecodeContextMap(int context_map_size, BitReader br) | Brotli.Decoder | inlinepackagestatic |
DecodeMetaBlockLength(BitReader br) | Brotli.Decoder | inlinepackagestatic |
DecodeVarLenUint8(BitReader br) | Brotli.Decoder | inlinestatic |
DecodeWindowBits(BitReader br) | Brotli.Decoder | inlinestatic |
HUFFMAN_MAX_TABLE_SIZE | Brotli.Decoder | private |
HUFFMAN_TABLE_BITS | Brotli.Decoder | private |
HUFFMAN_TABLE_MASK | Brotli.Decoder | private |
InverseMoveToFrontTransform(byte[] v, int v_len) | Brotli.Decoder | inlinepackagestatic |
JumpToByteBoundary(BitReader br) | Brotli.Decoder | inlinestatic |
kCodeLengthCodeOrder | Brotli.Decoder | privatestatic |
kCodeLengthRepeatCode | Brotli.Decoder | private |
kDefaultCodeLength | Brotli.Decoder | private |
kDistanceContextBits | Brotli.Decoder | private |
kDistanceShortCodeIndexOffset | Brotli.Decoder | privatestatic |
kDistanceShortCodeValueOffset | Brotli.Decoder | privatestatic |
kLiteralContextBits | Brotli.Decoder | private |
kMaxHuffmanTableSize | Brotli.Decoder | packagestatic |
kNumBlockLengthCodes | Brotli.Decoder | private |
kNumInsertAndCopyCodes | Brotli.Decoder | private |
kNumLiteralCodes | Brotli.Decoder | private |
MoveToFront(byte[] v, int index) | Brotli.Decoder | inlinepackagestatic |
NUM_DISTANCE_SHORT_CODES | Brotli.Decoder | private |
ReadBlockLength(HuffmanCode[] table, int index, BitReader br) | Brotli.Decoder | inlinepackagestatic |
ReadHuffmanCode(int alphabet_size, HuffmanCode[] tables, int table, BitReader br) | Brotli.Decoder | inlinestatic |
ReadHuffmanCodeLengths(byte[] code_length_code_lengths, int num_symbols, byte[] code_lengths, BitReader br) | Brotli.Decoder | inlinestatic |
ReadSymbol(HuffmanCode[] table, int index, BitReader br) | Brotli.Decoder | inlinestatic |
TranslateShortCodes(int code, byte[] ringbuffer, int index) | Brotli.Decoder | inlinepackagestatic |