A B C D E F G H I J L M N O P Q R S T U V W 
All Classes All Packages

A

accumulator32 - Variable in class org.brotli.dec.State
 
accumulator64 - Variable in class org.brotli.dec.State
 
asReadOnlyBuffer(ByteBuffer) - Static method in class org.brotli.dec.Utils
 
assertAccumulatorHealthy(State) - Static method in class org.brotli.dec.BitReader
 
attachDictionary(ByteBuffer) - Method in class org.brotli.wrapper.dec.BrotliDecoderChannel
 
attachDictionary(ByteBuffer) - Method in class org.brotli.wrapper.dec.BrotliInputStream
 
attachDictionary(ByteBuffer) - Method in class org.brotli.wrapper.dec.Decoder
 
attachDictionary(ByteBuffer) - Method in class org.brotli.wrapper.dec.DecoderJNI.Wrapper
 
attachDictionary(ByteBuffer) - Method in class org.brotli.wrapper.enc.EncoderJNI.Wrapper
 
attachDictionary(PreparedDictionary) - Method in class org.brotli.wrapper.enc.BrotliEncoderChannel
 
attachDictionary(PreparedDictionary) - Method in class org.brotli.wrapper.enc.BrotliOutputStream
 
attachDictionary(PreparedDictionary) - Method in class org.brotli.wrapper.enc.Encoder
 
attachDictionaryChunk(byte[]) - Method in class org.brotli.dec.BrotliInputStream
 
attachDictionaryChunk(State, byte[]) - Static method in class org.brotli.dec.Decode
 
available() - Method in class org.brotli.wrapper.dec.BrotliInputStream
 

B

BASE_DICT_WORD - Static variable in class org.brotli.dec.SetDictionaryTest
Benchmark - Class in org.brotli.integration
Measures decompression speed on the given corpus.
Benchmark() - Constructor for class org.brotli.integration.Benchmark
 
BITNESS - Static variable in class org.brotli.dec.BitReader
 
bitOffset - Variable in class org.brotli.dec.State
 
BitReader - Class in org.brotli.dec
Bit reading helpers.
BitReader() - Constructor for class org.brotli.dec.BitReader
 
BitReaderTest - Class in org.brotli.dec
Tests for BitReader.
BitReaderTest() - Constructor for class org.brotli.dec.BitReaderTest
 
BLOCK_LENGTH_N_BITS - Static variable in class org.brotli.dec.Decode
 
BLOCK_LENGTH_OFFSET - Static variable in class org.brotli.dec.Decode
 
BLOCK_START - Static variable in class org.brotli.dec.Decode
 
blockTrees - Variable in class org.brotli.dec.State
 
BrotliCommon - Class in org.brotli.wrapper.common
JNI wrapper for brotli common.
BrotliCommon() - Constructor for class org.brotli.wrapper.common.BrotliCommon
 
BrotliDecoderChannel - Class in org.brotli.wrapper.dec
ReadableByteChannel that wraps native brotli decoder.
BrotliDecoderChannel(ReadableByteChannel) - Constructor for class org.brotli.wrapper.dec.BrotliDecoderChannel
 
BrotliDecoderChannel(ReadableByteChannel, int) - Constructor for class org.brotli.wrapper.dec.BrotliDecoderChannel
Creates a BrotliDecoderChannel.
BrotliDecoderChannelTest - Class in org.brotli.wrapper.dec
BrotliDecoderChannelTest() - Constructor for class org.brotli.wrapper.dec.BrotliDecoderChannelTest
 
BrotliDecoderChannelTest.ChannelTestCase - Class in org.brotli.wrapper.dec
Test case with a unique name.
BrotliEncoderChannel - Class in org.brotli.wrapper.enc
WritableByteChannel that wraps native brotli encoder.
BrotliEncoderChannel(WritableByteChannel) - Constructor for class org.brotli.wrapper.enc.BrotliEncoderChannel
 
BrotliEncoderChannel(WritableByteChannel, Encoder.Parameters) - Constructor for class org.brotli.wrapper.enc.BrotliEncoderChannel
 
BrotliEncoderChannel(WritableByteChannel, Encoder.Parameters, int) - Constructor for class org.brotli.wrapper.enc.BrotliEncoderChannel
Creates a BrotliEncoderChannel.
BrotliEncoderChannelTest - Class in org.brotli.wrapper.enc
BrotliEncoderChannelTest() - Constructor for class org.brotli.wrapper.enc.BrotliEncoderChannelTest
 
BrotliEncoderChannelTest.ChannleTestCase - Class in org.brotli.wrapper.enc
Test case with a unique name.
BrotliEncoderChannelTest.TestMode - Enum in org.brotli.wrapper.enc
 
BrotliInputStream - Class in org.brotli.dec
InputStream decorator that decompresses brotli data.
BrotliInputStream - Class in org.brotli.wrapper.dec
InputStream that wraps native brotli decoder.
BrotliInputStream(InputStream) - Constructor for class org.brotli.dec.BrotliInputStream
Creates a InputStream wrapper that decompresses brotli data.
BrotliInputStream(InputStream) - Constructor for class org.brotli.wrapper.dec.BrotliInputStream
 
BrotliInputStream(InputStream, int) - Constructor for class org.brotli.dec.BrotliInputStream
Creates a InputStream wrapper that decompresses brotli data.
BrotliInputStream(InputStream, int) - Constructor for class org.brotli.wrapper.dec.BrotliInputStream
Creates a BrotliInputStream.
BrotliInputStreamTest - Class in org.brotli.wrapper.dec
BrotliInputStreamTest() - Constructor for class org.brotli.wrapper.dec.BrotliInputStreamTest
 
BrotliInputStreamTest.StreamTestCase - Class in org.brotli.wrapper.dec
Test case with a unique name.
BrotliJniTestBase - Class in org.brotli.integration
Optionally loads brotli JNI wrapper native library.
BrotliJniTestBase() - Constructor for class org.brotli.integration.BrotliJniTestBase
 
BrotliOutputStream - Class in org.brotli.wrapper.enc
Output stream that wraps native brotli encoder.
BrotliOutputStream(OutputStream) - Constructor for class org.brotli.wrapper.enc.BrotliOutputStream
 
BrotliOutputStream(OutputStream, Encoder.Parameters) - Constructor for class org.brotli.wrapper.enc.BrotliOutputStream
 
BrotliOutputStream(OutputStream, Encoder.Parameters, int) - Constructor for class org.brotli.wrapper.enc.BrotliOutputStream
Creates a BrotliOutputStream.
BrotliOutputStreamTest - Class in org.brotli.wrapper.enc
BrotliOutputStreamTest() - Constructor for class org.brotli.wrapper.enc.BrotliOutputStreamTest
 
BrotliOutputStreamTest.StreamTestCase - Class in org.brotli.wrapper.enc
Test case with a unique name.
BrotliOutputStreamTest.TestMode - Enum in org.brotli.wrapper.enc
 
BrotliRuntimeException - Exception in org.brotli.dec
Unchecked exception used internally.
BrotliRuntimeException(String) - Constructor for exception org.brotli.dec.BrotliRuntimeException
 
BrotliRuntimeException(String, Throwable) - Constructor for exception org.brotli.dec.BrotliRuntimeException
 
buffer - Variable in class org.brotli.dec.BrotliInputStream
Internal buffer used for efficient byte-by-byte reading.
buffer - Variable in class org.brotli.wrapper.dec.Decoder
 
buffer - Variable in class org.brotli.wrapper.enc.Encoder
 
BUFFER_SIZE - Static variable in class org.brotli.dec.BitReader
 
bufferOffset - Variable in class org.brotli.dec.BrotliInputStream
Next unused byte offset.
buildHuffmanTable(int[], int, int, int[], int) - Static method in class org.brotli.dec.Huffman
Builds Huffman lookup table assuming code lengths are in symbol order.
BundleChecker - Class in org.brotli.integration
Decompress files and (optionally) checks their checksums.
BundleChecker(InputStream, AtomicInteger, boolean) - Constructor for class org.brotli.integration.BundleChecker
 
BundleHelper - Class in org.brotli.integration
Utilities to work test files bundles in zip archive.
BundleHelper() - Constructor for class org.brotli.integration.BundleHelper
 
BYTE_ZEROES - Static variable in class org.brotli.dec.Utils
 
byteBuffer - Variable in class org.brotli.dec.State
 
BYTENESS - Static variable in class org.brotli.dec.BitReader
 
bytesToNibbles(State, int) - Static method in class org.brotli.dec.BitReader
Translates bytes to halves (int/short).

C

calculateDistanceAlphabetLimit(int, int, int) - Static method in class org.brotli.dec.Decode
 
calculateDistanceAlphabetSize(int, int, int) - Static method in class org.brotli.dec.Decode
 
calculateDistanceLut(State, int) - Static method in class org.brotli.dec.Decode
 
calculateFence(State) - Static method in class org.brotli.dec.Decode
 
CAPACITY - Static variable in class org.brotli.dec.BitReader
 
CD_BLOCK_MAP_BITS - Static variable in class org.brotli.dec.Decode
 
cdBlockBits - Variable in class org.brotli.dec.State
 
cdBlockMap - Variable in class org.brotli.dec.State
 
cdBrCopied - Variable in class org.brotli.dec.State
 
cdBrIndex - Variable in class org.brotli.dec.State
 
cdBrLength - Variable in class org.brotli.dec.State
 
cdBrOffset - Variable in class org.brotli.dec.State
 
cdChunkOffsets - Variable in class org.brotli.dec.State
 
cdChunks - Variable in class org.brotli.dec.State
 
cdNumChunks - Variable in class org.brotli.dec.State
 
cdTotalSize - Variable in class org.brotli.dec.State
 
ChannelTestCase(String) - Constructor for class org.brotli.wrapper.dec.BrotliDecoderChannelTest.ChannelTestCase
 
ChannleTestCase(String, BrotliEncoderChannelTest.TestMode) - Constructor for class org.brotli.wrapper.enc.BrotliEncoderChannelTest.ChannleTestCase
 
checkDecodeResource(String, String) - Method in class org.brotli.dec.DecodeTest
 
checkDictionaryDataMd5(byte[]) - Static method in class org.brotli.wrapper.common.BrotliCommon
Checks if the given checksum matches MD5 checksum of the RFC dictionary.
checkDictionaryDataSha1(byte[]) - Static method in class org.brotli.wrapper.common.BrotliCommon
Checks if the given checksum matches SHA-1 checksum of the RFC dictionary.
checkDictionaryDataSha256(byte[]) - Static method in class org.brotli.wrapper.common.BrotliCommon
Checks if the given checksum matches SHA-256 checksum of the RFC dictionary.
checkDupes(int[], int) - Static method in class org.brotli.dec.Decode
 
checkHealth(State, int) - Static method in class org.brotli.dec.BitReader
 
checkSynth(byte[], boolean, String) - Method in class org.brotli.dec.SynthTest
 
CHUNK_SIZE - Static variable in class org.brotli.wrapper.enc.BrotliEncoderChannelTest
 
CHUNK_SIZE - Static variable in class org.brotli.wrapper.enc.BrotliOutputStreamTest
 
close() - Method in class org.brotli.dec.BrotliInputStream
close() - Method in class org.brotli.wrapper.dec.BrotliDecoderChannel
 
close() - Method in class org.brotli.wrapper.dec.BrotliInputStream
 
close() - Method in class org.brotli.wrapper.dec.Decoder
 
close() - Method in class org.brotli.wrapper.enc.BrotliEncoderChannel
 
close() - Method in class org.brotli.wrapper.enc.BrotliOutputStream
 
close() - Method in class org.brotli.wrapper.enc.Encoder
 
close(State) - Static method in class org.brotli.dec.Decode
 
closed - Variable in class org.brotli.wrapper.dec.Decoder
 
closed - Variable in class org.brotli.wrapper.enc.Encoder
 
CLOSED - Static variable in class org.brotli.dec.Decode
 
closeInput(InputStream) - Static method in class org.brotli.dec.Utils
 
CMD_LOOKUP - Static variable in class org.brotli.dec.Decode
 
CODE_LENGTH_CODE_ORDER - Static variable in class org.brotli.dec.Decode
 
CODE_LENGTH_CODES - Static variable in class org.brotli.dec.Decode
 
CODE_LENGTH_REPEAT_CODE - Static variable in class org.brotli.dec.Decode
 
commandBlockLength - Variable in class org.brotli.dec.State
 
commandTreeGroup - Variable in class org.brotli.dec.State
 
commandTreeIdx - Variable in class org.brotli.dec.State
 
CommonJNI - Class in org.brotli.wrapper.common
JNI wrapper for brotli common.
CommonJNI() - Constructor for class org.brotli.wrapper.common.CommonJNI
 
CompoundDictionaryTest - Class in org.brotli.dec
Tests for Dictionary.
CompoundDictionaryTest() - Constructor for class org.brotli.dec.CompoundDictionaryTest
 
compress(byte[]) - Static method in class org.brotli.wrapper.enc.Encoder
 
compress(byte[], Encoder.Parameters) - Static method in class org.brotli.wrapper.enc.Encoder
Encodes the given data buffer.
COMPRESSED_BLOCK_START - Static variable in class org.brotli.dec.Decode
 
consume(ByteBuffer) - Method in class org.brotli.wrapper.dec.Decoder
 
context - Variable in class org.brotli.wrapper.dec.DecoderJNI.Wrapper
 
context - Variable in class org.brotli.wrapper.enc.EncoderJNI.Wrapper
 
Context - Class in org.brotli.dec
Common context lookup table for all context modes.
Context() - Constructor for class org.brotli.dec.Context
 
contextLookupOffset1 - Variable in class org.brotli.dec.State
 
contextLookupOffset2 - Variable in class org.brotli.dec.State
 
contextMap - Variable in class org.brotli.dec.State
 
contextMapSlice - Variable in class org.brotli.dec.State
 
contextModes - Variable in class org.brotli.dec.State
 
COPY_FROM_COMPOUND_DICTIONARY - Static variable in class org.brotli.dec.Decode
 
COPY_LENGTH_N_BITS - Static variable in class org.brotli.dec.Decode
 
COPY_LOOP - Static variable in class org.brotli.dec.Decode
 
COPY_UNCOMPRESSED - Static variable in class org.brotli.dec.Decode
 
copyBytes(byte[], int, byte[], int, int) - Static method in class org.brotli.dec.Utils
 
copyBytesWithin(byte[], int, int, int) - Static method in class org.brotli.dec.Utils
 
copyFromCompoundDictionary(State, int) - Static method in class org.brotli.dec.Decode
 
copyLength - Variable in class org.brotli.dec.State
 
copyRawBytes(State, byte[], int, int) - Static method in class org.brotli.dec.BitReader
 
copyUncompressedData(State) - Static method in class org.brotli.dec.Decode
 
CornerCasesTest - Class in org.brotli.wrapper.dec
Tests for Encoder.
CornerCasesTest() - Constructor for class org.brotli.wrapper.dec.CornerCasesTest
 
CRC_64_POLY - Static variable in class org.brotli.integration.BundleHelper
ECMA CRC64 polynomial.
crc64(byte[]) - Static method in class org.brotli.dec.TransformTest
 
crc64(ByteBuffer) - Static method in class org.brotli.dec.DictionaryTest
 

D

data - Static variable in class org.brotli.dec.Dictionary
 
data - Variable in class org.brotli.enc.PreparedDictionaryGenerator.PreparedDictionaryImpl
 
data - Variable in class org.brotli.wrapper.enc.EncoderJNI.PreparedDictionaryImpl
 
DATA - Static variable in class org.brotli.dec.EagerStreamTest
 
DATA0 - Static variable in class org.brotli.dec.DictionaryData
 
DATA1 - Static variable in class org.brotli.dec.DictionaryData
 
DataLoader() - Constructor for class org.brotli.dec.Dictionary.DataLoader
 
DEBUG - Static variable in class org.brotli.dec.BitReader
 
decode() - Method in class org.brotli.wrapper.dec.Decoder
Continue decoding.
Decode - Class in org.brotli.dec
API for Brotli decompression.
Decode() - Constructor for class org.brotli.dec.Decode
 
decodeBlockTypeAndLength(State, int, int) - Static method in class org.brotli.dec.Decode
 
decodeBytes(InputStream, OutputStream, byte[]) - Static method in class org.brotli.dec.Decoder
 
decodeBytes(InputStream, OutputStream, byte[]) - Static method in class org.brotli.integration.Benchmark
 
decodeCommandBlockSwitch(State) - Static method in class org.brotli.dec.Decode
 
decodeContextMap(int, byte[], State) - Static method in class org.brotli.dec.Decode
 
decodeDistanceBlockSwitch(State) - Static method in class org.brotli.dec.Decode
 
decodeHuffmanTreeGroup(int, int, int, State) - Static method in class org.brotli.dec.Decode
 
decodeLiteralBlockSwitch(State) - Static method in class org.brotli.dec.Decode
 
decodeMetaBlockLength(State) - Static method in class org.brotli.dec.Decode
 
decoder - Variable in class org.brotli.wrapper.dec.BrotliInputStream
 
decoder - Variable in class org.brotli.wrapper.dec.Decoder
 
Decoder - Class in org.brotli.dec
 
Decoder - Class in org.brotli.wrapper.dec
Base class for InputStream / Channel implementations.
Decoder() - Constructor for class org.brotli.dec.Decoder
 
Decoder(ReadableByteChannel, int) - Constructor for class org.brotli.wrapper.dec.Decoder
Creates a Decoder wrapper.
DecoderJNI - Class in org.brotli.wrapper.dec
JNI wrapper for brotli decoder.
DecoderJNI() - Constructor for class org.brotli.wrapper.dec.DecoderJNI
 
DecoderJNI.Status - Enum in org.brotli.wrapper.dec
 
DecoderJNI.Wrapper - Class in org.brotli.wrapper.dec
 
DecoderTest - Class in org.brotli.wrapper.dec
Tests for Decoder.
DecoderTest() - Constructor for class org.brotli.wrapper.dec.DecoderTest
 
DecoderTest.DecoderTestCase - Class in org.brotli.wrapper.dec
Test case with a unique name.
DecoderTestCase(String) - Constructor for class org.brotli.wrapper.dec.DecoderTest.DecoderTestCase
 
DecodeTest - Class in org.brotli.dec
Tests for Decode.
DecodeTest() - Constructor for class org.brotli.dec.DecodeTest
 
decodeVarLenUnsignedByte(State) - Static method in class org.brotli.dec.Decode
Decodes a number in the range [0..255], by reading 1 - 11 bits.
decodeWindowBits(State) - Static method in class org.brotli.dec.Decode
Reads brotli stream header and parses "window bits".
decompress(byte[]) - Method in class org.brotli.dec.SynthTest
 
decompress(byte[]) - Static method in class org.brotli.wrapper.dec.Decoder
Decodes the given data buffer.
decompress(byte[], boolean) - Method in class org.brotli.dec.DecodeTest
 
decompress(State) - Static method in class org.brotli.dec.Decode
Actual decompress implementation.
decompressAndCalculateCrc(ZipInputStream) - Method in class org.brotli.integration.BundleChecker
 
DEFAULT_BUFFER_SIZE - Static variable in class org.brotli.wrapper.dec.BrotliDecoderChannel
The default internal buffer size used by the decoder.
DEFAULT_BUFFER_SIZE - Static variable in class org.brotli.wrapper.dec.BrotliInputStream
The default internal buffer size used by the decoder.
DEFAULT_BUFFER_SIZE - Static variable in class org.brotli.wrapper.enc.BrotliEncoderChannel
The default internal buffer size used by the decoder.
DEFAULT_BUFFER_SIZE - Static variable in class org.brotli.wrapper.enc.BrotliOutputStream
The default internal buffer size used by the encoder.
DEFAULT_CODE_LENGTH - Static variable in class org.brotli.dec.Decode
 
DEFAULT_INTERNAL_BUFFER_SIZE - Static variable in class org.brotli.dec.BrotliInputStream
 
destination - Variable in class org.brotli.wrapper.enc.Encoder
 
destroy() - Method in class org.brotli.wrapper.dec.DecoderJNI.Wrapper
Releases native resources.
destroy() - Method in class org.brotli.wrapper.enc.EncoderJNI.Wrapper
Releases native resources.
dictionaries - Variable in class org.brotli.wrapper.enc.Encoder
 
Dictionary - Class in org.brotli.dec
Collection of static dictionary words.
Dictionary() - Constructor for class org.brotli.dec.Dictionary
 
Dictionary.DataLoader - Class in org.brotli.dec
 
DictionaryData - Class in org.brotli.dec
Built-in dictionary data.
DictionaryData() - Constructor for class org.brotli.dec.DictionaryData
 
DictionaryTest - Class in org.brotli.dec
Tests for Dictionary.
DictionaryTest() - Constructor for class org.brotli.dec.DictionaryTest
 
discard(int) - Method in class org.brotli.wrapper.dec.Decoder
 
distance - Variable in class org.brotli.dec.State
 
DISTANCE_CONTEXT_BITS - Static variable in class org.brotli.dec.Decode
 
DISTANCE_SHORT_CODE_INDEX_OFFSET - Static variable in class org.brotli.dec.Decode
 
DISTANCE_SHORT_CODE_VALUE_OFFSET - Static variable in class org.brotli.dec.Decode
 
distanceBlockLength - Variable in class org.brotli.dec.State
 
distanceCode - Variable in class org.brotli.dec.State
 
distancePostfixBits - Variable in class org.brotli.dec.State
 
distanceTreeGroup - Variable in class org.brotli.dec.State
 
distContextMap - Variable in class org.brotli.dec.State
 
distContextMapSlice - Variable in class org.brotli.dec.State
 
distExtraBits - Variable in class org.brotli.dec.State
 
distOffset - Variable in class org.brotli.dec.State
 
distRbIdx - Variable in class org.brotli.dec.State
 
doFillBitWindow(State) - Static method in class org.brotli.dec.BitReader
 
DONE - org.brotli.wrapper.dec.DecoderJNI.Status
 
doReadMoreInput(State) - Static method in class org.brotli.dec.BitReader
 
doUseDictionary(State, int) - Static method in class org.brotli.dec.Decode
 

E

eager - Variable in class org.brotli.wrapper.dec.Decoder
 
EagerStreamTest - Class in org.brotli.dec
Tests for Decode.
EagerStreamTest - Class in org.brotli.wrapper.dec
EagerStreamTest() - Constructor for class org.brotli.dec.EagerStreamTest
 
EagerStreamTest() - Constructor for class org.brotli.wrapper.dec.EagerStreamTest
 
EagerStreamTest.ProxyStream - Class in org.brotli.dec
 
EMPTY_BUFFER - Static variable in class org.brotli.wrapper.dec.Decoder
 
EmptyInputTest - Class in org.brotli.wrapper.enc
Tests for Encoder.
EmptyInputTest() - Constructor for class org.brotli.wrapper.enc.EmptyInputTest
 
enableEagerOutput() - Method in class org.brotli.dec.BrotliInputStream
 
enableEagerOutput() - Method in class org.brotli.wrapper.dec.BrotliInputStream
 
enableEagerOutput() - Method in class org.brotli.wrapper.dec.Decoder
 
enableEagerOutput(State) - Static method in class org.brotli.dec.Decode
Switch decoder to "eager" mode.
enableLargeWindow() - Method in class org.brotli.dec.BrotliInputStream
 
enableLargeWindow(State) - Static method in class org.brotli.dec.Decode
 
encode(EncoderJNI.Operation) - Method in class org.brotli.wrapper.enc.Encoder
 
encoder - Variable in class org.brotli.wrapper.enc.BrotliOutputStream
 
encoder - Variable in class org.brotli.wrapper.enc.Encoder
 
Encoder - Class in org.brotli.wrapper.enc
Base class for OutputStream / Channel implementations.
Encoder(WritableByteChannel, Encoder.Parameters, int) - Constructor for class org.brotli.wrapper.enc.Encoder
Creates a Encoder wrapper.
Encoder.Mode - Enum in org.brotli.wrapper.enc
https://www.brotli.org/encode.html#aa6f See encode.h, typedef enum BrotliEncoderMode Important: The ordinal value of the modes should be the same as the constant values in encode.h
Encoder.Parameters - Class in org.brotli.wrapper.enc
Brotli encoder settings.
EncoderJNI - Class in org.brotli.wrapper.enc
JNI wrapper for brotli encoder.
EncoderJNI() - Constructor for class org.brotli.wrapper.enc.EncoderJNI
 
EncoderJNI.Operation - Enum in org.brotli.wrapper.enc
 
EncoderJNI.PreparedDictionaryImpl - Class in org.brotli.wrapper.enc
 
EncoderJNI.Wrapper - Class in org.brotli.wrapper.enc
 
EncoderTest - Class in org.brotli.wrapper.enc
Tests for Encoder.
EncoderTest() - Constructor for class org.brotli.wrapper.enc.EncoderTest
 
EncoderTest.EncoderTestCase - Class in org.brotli.wrapper.enc
Test case with a unique name.
EncoderTestCase(String) - Constructor for class org.brotli.wrapper.enc.EncoderTest.EncoderTestCase
 
END_OF_STREAM_MARKER - Static variable in class org.brotli.dec.BrotliInputStream
Value expected by InputStream contract when stream is over.
endOfStreamReached - Variable in class org.brotli.dec.State
 
entryName - Variable in class org.brotli.wrapper.dec.BrotliDecoderChannelTest.ChannelTestCase
 
entryName - Variable in class org.brotli.wrapper.dec.BrotliInputStreamTest.StreamTestCase
 
entryName - Variable in class org.brotli.wrapper.dec.DecoderTest.DecoderTestCase
 
entryName - Variable in class org.brotli.wrapper.enc.BrotliEncoderChannelTest.ChannleTestCase
 
entryName - Variable in class org.brotli.wrapper.enc.BrotliOutputStreamTest.StreamTestCase
 
entryName - Variable in class org.brotli.wrapper.enc.EncoderTest.EncoderTestCase
 
entryName - Variable in class org.brotli.wrapper.enc.UseCompoundDictionaryTest.UseCompoundDictionaryTestCase
 
ERROR - org.brotli.wrapper.dec.DecoderJNI.Status
 
expectedTotalSize - Variable in class org.brotli.dec.State
 

F

fail(String) - Method in class org.brotli.wrapper.dec.Decoder
 
fail(String) - Method in class org.brotli.wrapper.enc.Encoder
 
fillBitWindow(State) - Static method in class org.brotli.dec.BitReader
 
fillBytesWithZeroes(byte[], int, int) - Static method in class org.brotli.dec.Utils
Fills byte array with zeroes.
fillIntsWithZeroes(int[], int, int) - Static method in class org.brotli.dec.Utils
Fills int array with zeroes.
finalize() - Method in class org.brotli.wrapper.dec.DecoderJNI.Wrapper
 
finalize() - Method in class org.brotli.wrapper.enc.EncoderJNI.PreparedDictionaryImpl
 
finalize() - Method in class org.brotli.wrapper.enc.EncoderJNI.Wrapper
 
fingerprintStream(InputStream) - Static method in class org.brotli.integration.BundleHelper
Calculates CRC64 of stream contents.
FINISH - org.brotli.wrapper.enc.EncoderJNI.Operation
 
FINISHED - Static variable in class org.brotli.dec.Decode
 
FIXED_TABLE - Static variable in class org.brotli.dec.Decode
Static Huffman code for the code length code lengths.
flipBuffer(Buffer) - Static method in class org.brotli.dec.Utils
 
flush() - Method in class org.brotli.wrapper.enc.BrotliOutputStream
 
flush() - Method in class org.brotli.wrapper.enc.Encoder
 
FLUSH - org.brotli.wrapper.enc.EncoderJNI.Operation
 
FONT - org.brotli.wrapper.enc.Encoder.Mode
Compression mode used in WOFF 2.0.
fresh - Variable in class org.brotli.wrapper.dec.DecoderJNI.Wrapper
 
fresh - Variable in class org.brotli.wrapper.enc.EncoderJNI.Wrapper
 

G

generate(ByteBuffer) - Static method in class org.brotli.enc.PreparedDictionaryGenerator
 
generate(ByteBuffer, int, int, int, int) - Static method in class org.brotli.enc.PreparedDictionaryGenerator
 
GENERIC - org.brotli.wrapper.enc.Encoder.Mode
Default compression mode.
getBundle() - Static method in class org.brotli.wrapper.dec.BrotliDecoderChannelTest
 
getBundle() - Static method in class org.brotli.wrapper.dec.BrotliInputStreamTest
 
getBundle() - Static method in class org.brotli.wrapper.dec.DecoderTest
 
getBundle() - Static method in class org.brotli.wrapper.enc.BrotliEncoderChannelTest
 
getBundle() - Static method in class org.brotli.wrapper.enc.BrotliOutputStreamTest
 
getBundle() - Static method in class org.brotli.wrapper.enc.EncoderTest
 
getBundle() - Static method in class org.brotli.wrapper.enc.UseCompoundDictionaryTest
 
getData() - Static method in class org.brotli.dec.Dictionary
 
getData() - Method in interface org.brotli.enc.PreparedDictionary
 
getData() - Method in class org.brotli.enc.PreparedDictionaryGenerator.PreparedDictionaryImpl
 
getData() - Method in class org.brotli.wrapper.enc.EncoderJNI.PreparedDictionaryImpl
 
getExpectedFingerprint(String) - Static method in class org.brotli.integration.BundleHelper
 
getInputBuffer() - Method in class org.brotli.wrapper.dec.DecoderJNI.Wrapper
 
getInputBuffer() - Method in class org.brotli.wrapper.enc.EncoderJNI.Wrapper
 
getLogBintness() - Static method in class org.brotli.dec.Utils
 
getNextKey(int, int) - Static method in class org.brotli.dec.Huffman
Returns reverse(reverse(key, len) + 1, len).
getStatus() - Method in class org.brotli.wrapper.dec.DecoderJNI.Wrapper
 

H

HALF_BITNESS - Static variable in class org.brotli.dec.BitReader
 
HALF_BUFFER_SIZE - Static variable in class org.brotli.dec.BitReader
 
HALF_SIZE - Static variable in class org.brotli.dec.BitReader
 
HALF_WATERLINE - Static variable in class org.brotli.dec.BitReader
 
halfAvailable(State) - Static method in class org.brotli.dec.BitReader
 
halfOffset - Variable in class org.brotli.dec.State
 
HALVES_CAPACITY - Static variable in class org.brotli.dec.BitReader
 
HASH_MULTIPLIER - Static variable in class org.brotli.enc.PreparedDictionaryGenerator
 
hasMoreOutput() - Method in class org.brotli.wrapper.enc.EncoderJNI.Wrapper
 
hasOutput() - Method in class org.brotli.wrapper.dec.DecoderJNI.Wrapper
 
hasRemainingInput() - Method in class org.brotli.wrapper.enc.EncoderJNI.Wrapper
 
Huffman - Class in org.brotli.dec
Utilities for building Huffman decoding tables.
Huffman() - Constructor for class org.brotli.dec.Huffman
 
HUFFMAN_TABLE_BITS - Static variable in class org.brotli.dec.Decode
 
HUFFMAN_TABLE_MASK - Static variable in class org.brotli.dec.Decode
 
HUFFMAN_TABLE_SIZE_258 - Static variable in class org.brotli.dec.Decode
 
HUFFMAN_TABLE_SIZE_26 - Static variable in class org.brotli.dec.Decode
 

I

IDENTITY - Static variable in class org.brotli.dec.Transform
 
INIT_WRITE - Static variable in class org.brotli.dec.Decode
 
initBitReader(State) - Static method in class org.brotli.dec.BitReader
 
initializeCompoundDictionary(State) - Static method in class org.brotli.dec.Decode
 
initializeCompoundDictionaryCopy(State, int, int) - Static method in class org.brotli.dec.Decode
 
INITIALIZED - Static variable in class org.brotli.dec.Decode
 
initState(State, InputStream) - Static method in class org.brotli.dec.Decode
Associate input with decoder state.
input - Variable in class org.brotli.dec.State
 
input - Variable in class org.brotli.integration.BundleChecker
 
inputBuffer - Variable in class org.brotli.wrapper.dec.DecoderJNI.Wrapper
 
inputBuffer - Variable in class org.brotli.wrapper.enc.Encoder
 
inputBuffer - Variable in class org.brotli.wrapper.enc.EncoderJNI.Wrapper
 
inputEnd - Variable in class org.brotli.dec.State
 
INSERT_LENGTH_N_BITS - Static variable in class org.brotli.dec.Decode
 
INSERT_LOOP - Static variable in class org.brotli.dec.Decode
 
insertLength - Variable in class org.brotli.dec.State
 
INT_ZEROES - Static variable in class org.brotli.dec.Utils
 
intBuffer - Variable in class org.brotli.dec.State
 
inverseMoveToFrontTransform(byte[], int) - Static method in class org.brotli.dec.Decode
 
isDebugMode() - Static method in class org.brotli.dec.Utils
 
isDictionaryDataSet - Static variable in class org.brotli.wrapper.common.BrotliCommon
 
isDirect(ByteBuffer) - Static method in class org.brotli.dec.Utils
 
isEager - Variable in class org.brotli.dec.State
 
isFinished() - Method in class org.brotli.wrapper.enc.EncoderJNI.Wrapper
 
isLargeWindow - Variable in class org.brotli.dec.State
 
isMetadata - Variable in class org.brotli.dec.State
 
isOpen() - Method in class org.brotli.wrapper.dec.BrotliDecoderChannel
 
isOpen() - Method in class org.brotli.wrapper.enc.BrotliEncoderChannel
 
isReadOnly(ByteBuffer) - Static method in class org.brotli.dec.Utils
 
isSuccess() - Method in class org.brotli.wrapper.enc.EncoderJNI.Wrapper
 
isUncompressed - Variable in class org.brotli.dec.State
 

J

j - Variable in class org.brotli.dec.State
 
jumpToByteBoundary(State) - Static method in class org.brotli.dec.BitReader
 

L

lastStatus - Variable in class org.brotli.wrapper.dec.DecoderJNI.Wrapper
 
lgwin - Variable in class org.brotli.wrapper.enc.Encoder.Parameters
 
listEntries(InputStream) - Static method in class org.brotli.integration.BundleHelper
 
LITERAL_CONTEXT_BITS - Static variable in class org.brotli.dec.Decode
 
literalBlockLength - Variable in class org.brotli.dec.State
 
literalTreeGroup - Variable in class org.brotli.dec.State
 
literalTreeIdx - Variable in class org.brotli.dec.State
 
LOG_BITNESS - Static variable in class org.brotli.dec.BitReader
 
LOG_HALF_SIZE - Static variable in class org.brotli.dec.BitReader
 
log2floor(int) - Static method in class org.brotli.dec.Decode
 
LOOKUP - Static variable in class org.brotli.dec.Context
 

M

MAGIC - Static variable in class org.brotli.enc.PreparedDictionaryGenerator
 
main(String...) - Static method in class org.brotli.dec.Decoder
 
main(String...) - Static method in class org.brotli.integration.Benchmark
 
main(String[]) - Static method in class org.brotli.integration.BundleChecker
 
MAIN_LOOP - Static variable in class org.brotli.dec.Decode
 
makeNative(byte[]) - Static method in class org.brotli.wrapper.common.BrotliCommon
Copy bytes to a new direct ByteBuffer.
MAX_ALLOWED_DISTANCE - Static variable in class org.brotli.dec.Decode
Safe distance limit.
MAX_DICTIONARY_WORD_LENGTH - Static variable in class org.brotli.dec.Dictionary
 
MAX_DISTANCE_BITS - Static variable in class org.brotli.dec.Decode
 
MAX_HUFFMAN_TABLE_SIZE - Static variable in class org.brotli.dec.Decode
Maximum possible Huffman table size for an alphabet size of (index * 32), max code length 15 and root table bits 8.
MAX_LARGE_WINDOW_BITS - Static variable in class org.brotli.dec.Decode
 
MAX_LARGE_WINDOW_DISTANCE_BITS - Static variable in class org.brotli.dec.Decode
 
MAX_LENGTH - Static variable in class org.brotli.dec.Huffman
 
MAX_TRANSFORMED_WORD_LENGTH - Static variable in class org.brotli.dec.Decode
 
maxBackwardDistance - Variable in class org.brotli.dec.State
 
maxDistance - Variable in class org.brotli.dec.State
 
maxRingBufferSize - Variable in class org.brotli.dec.State
 
maybeReallocateRingBuffer(State) - Static method in class org.brotli.dec.Decode
 
metaBlockLength - Variable in class org.brotli.dec.State
 
MIN_DICTIONARY_WORD_LENGTH - Static variable in class org.brotli.dec.Dictionary
 
MIN_LARGE_WINDOW_BITS - Static variable in class org.brotli.dec.Decode
 
mode - Variable in class org.brotli.wrapper.enc.BrotliEncoderChannelTest.ChannleTestCase
 
mode - Variable in class org.brotli.wrapper.enc.BrotliOutputStreamTest.StreamTestCase
 
mode - Variable in class org.brotli.wrapper.enc.Encoder.Parameters
 
Mode() - Constructor for enum org.brotli.wrapper.enc.Encoder.Mode
 
moveToFront(int[], int) - Static method in class org.brotli.dec.Decode
 
mutex - Static variable in class org.brotli.wrapper.common.BrotliCommon
 
mutex - Variable in class org.brotli.wrapper.dec.BrotliDecoderChannel
 
mutex - Variable in class org.brotli.wrapper.enc.BrotliEncoderChannel
 

N

nativeAttachDictionary(long[], ByteBuffer) - Static method in class org.brotli.wrapper.dec.DecoderJNI
 
nativeAttachDictionary(long[], ByteBuffer) - Static method in class org.brotli.wrapper.enc.EncoderJNI
 
nativeCreate(long[]) - Static method in class org.brotli.wrapper.dec.DecoderJNI
 
nativeCreate(long[]) - Static method in class org.brotli.wrapper.enc.EncoderJNI
 
nativeDestroy(long[]) - Static method in class org.brotli.wrapper.dec.DecoderJNI
 
nativeDestroy(long[]) - Static method in class org.brotli.wrapper.enc.EncoderJNI
 
nativeDestroyDictionary(ByteBuffer) - Static method in class org.brotli.wrapper.enc.EncoderJNI
 
nativePrepareDictionary(ByteBuffer, long) - Static method in class org.brotli.wrapper.enc.EncoderJNI
 
nativePull(long[]) - Static method in class org.brotli.wrapper.dec.DecoderJNI
 
nativePull(long[]) - Static method in class org.brotli.wrapper.enc.EncoderJNI
 
nativePush(long[], int) - Static method in class org.brotli.wrapper.dec.DecoderJNI
 
nativePush(long[], int) - Static method in class org.brotli.wrapper.enc.EncoderJNI
 
nativeSetDictionaryData(ByteBuffer) - Static method in class org.brotli.wrapper.common.CommonJNI
 
NEEDS_MORE_INPUT - org.brotli.wrapper.dec.DecoderJNI.Status
 
NEEDS_MORE_OUTPUT - org.brotli.wrapper.dec.DecoderJNI.Status
 
nextJob - Variable in class org.brotli.integration.BundleChecker
 
nextRunningState - Variable in class org.brotli.dec.State
 
nextTableBitSize(int[], int, int) - Static method in class org.brotli.dec.Huffman
 
NUM_BLOCK_LENGTH_CODES - Static variable in class org.brotli.dec.Decode
 
NUM_COMMAND_CODES - Static variable in class org.brotli.dec.Decode
 
NUM_DISTANCE_SHORT_CODES - Static variable in class org.brotli.dec.Decode
 
NUM_LITERAL_CODES - Static variable in class org.brotli.dec.Decode
 
NUM_RFC_TRANSFORMS - Static variable in class org.brotli.dec.Transform
 
numCommandBlockTypes - Variable in class org.brotli.dec.State
 
numDirectDistanceCodes - Variable in class org.brotli.dec.State
 
numDistanceBlockTypes - Variable in class org.brotli.dec.State
 
numLiteralBlockTypes - Variable in class org.brotli.dec.State
 
numTransforms - Variable in class org.brotli.dec.Transform.Transforms
 

O

of(int) - Static method in enum org.brotli.wrapper.enc.Encoder.Mode
 
offsets - Static variable in class org.brotli.dec.Dictionary
 
OK - org.brotli.wrapper.dec.DecoderJNI.Status
 
OK - Static variable in class org.brotli.dec.Dictionary.DataLoader
 
OMIT_FIRST_BASE - Static variable in class org.brotli.dec.Transform
 
OMIT_FIRST_LAST_LIMIT - Static variable in class org.brotli.dec.Transform
 
OMIT_LAST_BASE - Static variable in class org.brotli.dec.Transform
 
ONE_COMMAND - Static variable in class org.brotli.dec.SetDictionaryTest
ONE_COPY - Static variable in class org.brotli.dec.CompoundDictionaryTest
Operation() - Constructor for enum org.brotli.wrapper.enc.EncoderJNI.Operation
 
org.brotli.common - package org.brotli.common
 
org.brotli.dec - package org.brotli.dec
 
org.brotli.enc - package org.brotli.enc
 
org.brotli.integration - package org.brotli.integration
 
org.brotli.wrapper.common - package org.brotli.wrapper.common
 
org.brotli.wrapper.dec - package org.brotli.wrapper.dec
 
org.brotli.wrapper.enc - package org.brotli.wrapper.enc
 
output - Variable in class org.brotli.dec.State
 
outputLength - Variable in class org.brotli.dec.State
 
outputOffset - Variable in class org.brotli.dec.State
 
outputUsed - Variable in class org.brotli.dec.State
 

P

Parameters() - Constructor for class org.brotli.wrapper.enc.Encoder.Parameters
 
Parameters(Encoder.Parameters) - Constructor for class org.brotli.wrapper.enc.Encoder.Parameters
 
params - Variable in class org.brotli.dec.Transform.Transforms
 
parseStatus() - Method in class org.brotli.wrapper.dec.DecoderJNI.Wrapper
 
peekBits(State) - Static method in class org.brotli.dec.BitReader
 
pos - Variable in class org.brotli.dec.State
 
PREFIX_SUFFIX_SRC - Static variable in class org.brotli.dec.Transform
 
prefixSuffixHeads - Variable in class org.brotli.dec.Transform.Transforms
 
prefixSuffixStorage - Variable in class org.brotli.dec.Transform.Transforms
 
prepare(State) - Static method in class org.brotli.dec.BitReader
 
PreparedDictionary - Interface in org.brotli.enc
Prepared dictionary data provider.
PreparedDictionaryGenerator - Class in org.brotli.enc
Java prepared (raw) dictionary producer.
PreparedDictionaryGenerator() - Constructor for class org.brotli.enc.PreparedDictionaryGenerator
 
PreparedDictionaryGenerator.PreparedDictionaryImpl - Class in org.brotli.enc
 
PreparedDictionaryImpl(ByteBuffer) - Constructor for class org.brotli.enc.PreparedDictionaryGenerator.PreparedDictionaryImpl
 
PreparedDictionaryImpl(ByteBuffer, ByteBuffer) - Constructor for class org.brotli.wrapper.enc.EncoderJNI.PreparedDictionaryImpl
 
prepareDictionary(ByteBuffer, int) - Static method in class org.brotli.wrapper.enc.Encoder
Prepares raw or serialized dictionary for being used by encoder.
prepareDictionary(ByteBuffer, int) - Static method in class org.brotli.wrapper.enc.EncoderJNI
Prepares raw or serialized dictionary for being used by encoder.
prepareRawDictionary(String, ByteBuffer) - Static method in class org.brotli.wrapper.enc.UseCompoundDictionaryTest
 
PROCESS - org.brotli.wrapper.enc.EncoderJNI.Operation
 
ProxyStream(InputStream) - Constructor for class org.brotli.dec.EagerStreamTest.ProxyStream
 
pull() - Method in class org.brotli.wrapper.dec.DecoderJNI.Wrapper
 
pull() - Method in class org.brotli.wrapper.enc.EncoderJNI.Wrapper
 
push(int) - Method in class org.brotli.wrapper.dec.DecoderJNI.Wrapper
 
push(EncoderJNI.Operation, int) - Method in class org.brotli.wrapper.enc.EncoderJNI.Wrapper
 
pushOutput(boolean) - Method in class org.brotli.wrapper.enc.Encoder
 

Q

quality - Variable in class org.brotli.wrapper.enc.Encoder.Parameters
 

R

RAW - Static variable in class org.brotli.common.SharedDictionaryType
 
rawData - Variable in class org.brotli.wrapper.enc.EncoderJNI.PreparedDictionaryImpl
Reference to (non-copied) LZ data.
read() - Method in class org.brotli.dec.BrotliInputStream
read() - Method in class org.brotli.wrapper.dec.BrotliInputStream
 
read(byte[]) - Method in class org.brotli.wrapper.dec.BrotliInputStream
 
read(byte[], int, int) - Method in class org.brotli.dec.BrotliInputStream
read(byte[], int, int) - Method in class org.brotli.dec.EagerStreamTest.ProxyStream
 
read(byte[], int, int) - Method in class org.brotli.wrapper.dec.BrotliInputStream
 
read(ByteBuffer) - Method in class org.brotli.wrapper.dec.BrotliDecoderChannel
 
READ_METADATA - Static variable in class org.brotli.dec.Decode
 
readBits(State, int) - Static method in class org.brotli.dec.BitReader
 
readBlockLength(int[], int, State) - Static method in class org.brotli.dec.Decode
 
readBytes - Variable in class org.brotli.dec.EagerStreamTest.ProxyStream
 
readComplexHuffmanCode(int, int, int[], int, State) - Static method in class org.brotli.dec.Decode
 
readEntry(InputStream, String) - Static method in class org.brotli.integration.BundleHelper
 
readFewBits(State, int) - Static method in class org.brotli.dec.BitReader
Fetches bits from accumulator.
readFile(String) - Static method in class org.brotli.integration.Benchmark
 
readHuffmanCode(int, int, int[], int, State) - Static method in class org.brotli.dec.Decode
Decodes Huffman table from bit-stream.
readHuffmanCodeLengths(int[], int, int[], State) - Static method in class org.brotli.dec.Decode
 
readInput(InputStream, byte[], int, int) - Static method in class org.brotli.dec.Utils
 
readManyBits(State, int) - Static method in class org.brotli.dec.BitReader
 
readMetablockHuffmanCodesAndContextMaps(State) - Static method in class org.brotli.dec.Decode
 
readMetablockPartition(State, int, int) - Static method in class org.brotli.dec.Decode
 
readMoreInput(State) - Static method in class org.brotli.dec.BitReader
Fills up the input buffer.
readNextMetablockHeader(State) - Static method in class org.brotli.dec.Decode
 
readSimpleHuffmanCode(int, int, int[], int, State) - Static method in class org.brotli.dec.Decode
Reads up to 4 symbols directly and applies predefined histograms.
readStream(InputStream) - Static method in class org.brotli.integration.BundleHelper
 
readSymbol(int[], int, State) - Static method in class org.brotli.dec.Decode
Decodes the next Huffman code from bit-stream.
readUniBytes(String) - Static method in class org.brotli.dec.DecodeTest
 
readUniBytes(String) - Static method in class org.brotli.dec.SynthTest
 
reload(State) - Static method in class org.brotli.dec.BitReader
 
remainingBufferBytes - Variable in class org.brotli.dec.BrotliInputStream
Number of decoded but still unused bytes in internal buffer.
replicateValue(int[], int, int, int, int) - Static method in class org.brotli.dec.Huffman
Stores item in table[0], table[step], table[2 * step] .., table[end].
RFC_DICTIONARY_MD5 - Static variable in class org.brotli.wrapper.common.BrotliCommon
 
RFC_DICTIONARY_SHA_1 - Static variable in class org.brotli.wrapper.common.BrotliCommon
 
RFC_DICTIONARY_SHA_256 - Static variable in class org.brotli.wrapper.common.BrotliCommon
 
RFC_DICTIONARY_SIZE - Static variable in class org.brotli.wrapper.common.BrotliCommon
 
RFC_TRANSFORMS - Static variable in class org.brotli.dec.Transform
 
ringBuffer - Variable in class org.brotli.dec.State
 
ringBufferBytesReady - Variable in class org.brotli.dec.State
 
ringBufferBytesWritten - Variable in class org.brotli.dec.State
 
ringBufferSize - Variable in class org.brotli.dec.State
 
rings - Variable in class org.brotli.dec.State
 
run() - Method in class org.brotli.integration.BundleChecker
 
run(String) - Static method in class org.brotli.wrapper.dec.BrotliDecoderChannelTest
 
run(String) - Static method in class org.brotli.wrapper.dec.BrotliInputStreamTest
 
run(String) - Static method in class org.brotli.wrapper.dec.DecoderTest
 
run(String) - Static method in class org.brotli.wrapper.enc.EncoderTest
 
run(String) - Static method in class org.brotli.wrapper.enc.UseCompoundDictionaryTest
 
run(String, BrotliEncoderChannelTest.TestMode) - Static method in class org.brotli.wrapper.enc.BrotliEncoderChannelTest
 
run(String, BrotliOutputStreamTest.TestMode) - Static method in class org.brotli.wrapper.enc.BrotliOutputStreamTest
 
runningState - Variable in class org.brotli.dec.State
 
runTest() - Method in class org.brotli.wrapper.dec.BrotliDecoderChannelTest.ChannelTestCase
 
runTest() - Method in class org.brotli.wrapper.dec.BrotliInputStreamTest.StreamTestCase
 
runTest() - Method in class org.brotli.wrapper.dec.DecoderTest.DecoderTestCase
 
runTest() - Method in class org.brotli.wrapper.enc.BrotliEncoderChannelTest.ChannleTestCase
 
runTest() - Method in class org.brotli.wrapper.enc.BrotliOutputStreamTest.StreamTestCase
 
runTest() - Method in class org.brotli.wrapper.enc.EncoderTest.EncoderTestCase
 
runTest() - Method in class org.brotli.wrapper.enc.UseCompoundDictionaryTest.UseCompoundDictionaryTestCase
 

S

SAFEGUARD - Static variable in class org.brotli.dec.BitReader
 
sanityCheck - Variable in class org.brotli.integration.BundleChecker
 
SERIALIZED - Static variable in class org.brotli.common.SharedDictionaryType
 
setData(ByteBuffer, int[]) - Static method in class org.brotli.dec.Dictionary
 
setDictionaryData(byte[]) - Static method in class org.brotli.wrapper.common.BrotliCommon
Copies data and sets it to be brotli dictionary.
setDictionaryData(InputStream) - Static method in class org.brotli.wrapper.common.BrotliCommon
Reads data and sets it to be brotli dictionary.
setDictionaryData(ByteBuffer) - Static method in class org.brotli.wrapper.common.BrotliCommon
Sets data to be brotli dictionary.
SetDictionaryTest - Class in org.brotli.dec
Tests for Dictionary.
SetDictionaryTest() - Constructor for class org.brotli.dec.SetDictionaryTest
 
setMode(Encoder.Mode) - Method in class org.brotli.wrapper.enc.Encoder.Parameters
Setup encoder compression mode.
setQuality(int) - Method in class org.brotli.wrapper.enc.Encoder.Parameters
Setup encoder quality.
SetRfcDictionaryTest - Class in org.brotli.wrapper.common
Tests for BrotliCommon.
SetRfcDictionaryTest() - Constructor for class org.brotli.wrapper.common.SetRfcDictionaryTest
 
setWindow(int) - Method in class org.brotli.wrapper.enc.Encoder.Parameters
Setup encoder window size.
SetZeroDictionaryTest - Class in org.brotli.wrapper.common
Tests for BrotliCommon.
SetZeroDictionaryTest() - Constructor for class org.brotli.wrapper.common.SetZeroDictionaryTest
 
SharedDictionaryType - Class in org.brotli.common
POJO enum that mirrors C BrotliSharedDictionaryType.
SharedDictionaryType() - Constructor for class org.brotli.common.SharedDictionaryType
 
SHIFT_ALL - Static variable in class org.brotli.dec.Transform
 
SHIFT_FIRST - Static variable in class org.brotli.dec.Transform
 
shortBuffer - Variable in class org.brotli.dec.State
 
SIZE_BITS_DATA - Static variable in class org.brotli.dec.DictionaryData
Encoded sizeBits array.
sizeBits - Static variable in class org.brotli.dec.Dictionary
 
skip(long) - Method in class org.brotli.wrapper.dec.BrotliInputStream
 
SKIP_FLIP - Static variable in class org.brotli.dec.DictionaryData
Encoded interval lengths, where 7-th bit is constant.
SLACK - Static variable in class org.brotli.dec.BitReader
 
source - Variable in class org.brotli.wrapper.dec.Decoder
 
state - Variable in class org.brotli.dec.BrotliInputStream
Decoder state.
State - Class in org.brotli.dec
 
State() - Constructor for class org.brotli.dec.State
 
Status() - Constructor for enum org.brotli.wrapper.dec.DecoderJNI.Status
 
StreamTestCase(String) - Constructor for class org.brotli.wrapper.dec.BrotliInputStreamTest.StreamTestCase
 
StreamTestCase(String, BrotliOutputStreamTest.TestMode) - Constructor for class org.brotli.wrapper.enc.BrotliOutputStreamTest.StreamTestCase
 
suite() - Static method in class org.brotli.wrapper.dec.BrotliDecoderChannelTest
Creates a test suite.
suite() - Static method in class org.brotli.wrapper.dec.BrotliInputStreamTest
Creates a test suite.
suite() - Static method in class org.brotli.wrapper.dec.DecoderTest
Creates a test suite.
suite() - Static method in class org.brotli.wrapper.enc.BrotliEncoderChannelTest
Creates a test suite.
suite() - Static method in class org.brotli.wrapper.enc.BrotliOutputStreamTest
Creates a test suite.
suite() - Static method in class org.brotli.wrapper.enc.EncoderTest
Creates a test suite.
suite() - Static method in class org.brotli.wrapper.enc.UseCompoundDictionaryTest
Creates a test suite.
SynthTest - Class in org.brotli.dec
Tests for Decode.
SynthTest() - Constructor for class org.brotli.dec.SynthTest
 

T

tailBytes - Variable in class org.brotli.dec.State
 
testAccumulatorUnderflowDetected() - Method in class org.brotli.dec.BitReaderTest
 
testAllTransforms() - Method in class org.brotli.dec.TransformTest
 
testAllTransforms10() - Method in class org.brotli.dec.SynthTest
 
testAllTransforms4() - Method in class org.brotli.dec.SynthTest
 
testBaseDictWord() - Method in class org.brotli.dec.SynthTest
 
testBaseDictWordFinishBlockOnRingbufferWrap() - Method in class org.brotli.dec.SynthTest
 
testBaseDictWordTooLong() - Method in class org.brotli.dec.SynthTest
 
testBlockCountMessage() - Method in class org.brotli.dec.SynthTest
 
testBlockSwitchMessage() - Method in class org.brotli.dec.SynthTest
 
testCapitalize() - Method in class org.brotli.dec.TransformTest
 
testClClTreeDeficiency() - Method in class org.brotli.dec.SynthTest
 
testClClTreeExcess() - Method in class org.brotli.dec.SynthTest
 
testComplexHuffmanCodeTwoSymbols() - Method in class org.brotli.dec.SynthTest
 
testCompressedUncompressedShortCompressed() - Method in class org.brotli.dec.SynthTest
 
testCompressedUncompressedShortCompressedSmallWindow() - Method in class org.brotli.dec.SynthTest
 
testCopyLengthTooLong() - Method in class org.brotli.dec.SynthTest
 
testCopyTooLong() - Method in class org.brotli.dec.SynthTest
 
testCustomHuffmanCode() - Method in class org.brotli.dec.SynthTest
 
testDistanceLut() - Method in class org.brotli.dec.SynthTest
 
testEagerReading() - Method in class org.brotli.wrapper.dec.EagerStreamTest
 
testEagerStream() - Method in class org.brotli.dec.EagerStreamTest
 
testEmpty() - Method in class org.brotli.dec.DecodeTest
 
testEmpty() - Method in class org.brotli.dec.SynthTest
 
testEmptyInput() - Method in class org.brotli.wrapper.enc.EmptyInputTest
 
testFox() - Method in class org.brotli.dec.DecodeTest
 
testGetData() - Method in class org.brotli.dec.DictionaryTest
 
testHelloWorld() - Method in class org.brotli.dec.SynthTest
 
testInsertTooLong() - Method in class org.brotli.dec.SynthTest
 
testIntactDistanceRingBuffer0() - Method in class org.brotli.dec.SynthTest
 
testIntactDistanceRingBuffer1() - Method in class org.brotli.dec.SynthTest
 
testIntactDistanceRingBuffer2() - Method in class org.brotli.dec.SynthTest
 
testIntactDistanceRingBufferNoDistanceValue0() - Method in class org.brotli.dec.SynthTest
 
testIntactDistanceRingBufferNoDistanceValue1() - Method in class org.brotli.dec.SynthTest
 
testInvalidNoLastMetablock() - Method in class org.brotli.dec.SynthTest
 
testInvalidNoMetaBlocks() - Method in class org.brotli.dec.SynthTest
 
testInvalidTooFarDist() - Method in class org.brotli.dec.SynthTest
 
testInvalidTooLargeContextMap() - Method in class org.brotli.dec.SynthTest
 
testInvalidTransformType() - Method in class org.brotli.dec.SynthTest
 
testInvalidWindowBits9() - Method in class org.brotli.dec.SynthTest
 
testManyTinyMetablocks() - Method in class org.brotli.dec.SynthTest
 
TestMode() - Constructor for enum org.brotli.wrapper.enc.BrotliEncoderChannelTest.TestMode
 
TestMode() - Constructor for enum org.brotli.wrapper.enc.BrotliOutputStreamTest.TestMode
 
testMonkey() - Method in class org.brotli.dec.DecodeTest
 
testNegativeDistance() - Method in class org.brotli.dec.SynthTest
 
testNegativeRemainingLenBetweenMetablocks() - Method in class org.brotli.dec.SynthTest
 
testNoDictionary() - Method in class org.brotli.dec.CompoundDictionaryTest
 
testOneCommand() - Method in class org.brotli.dec.SynthTest
 
testOneInsert() - Method in class org.brotli.dec.SynthTest
 
testOnePieceDictionary() - Method in class org.brotli.dec.CompoundDictionaryTest
 
testPowerOfTwoInput() - Method in class org.brotli.wrapper.dec.CornerCasesTest
 
testReadAfterEos() - Method in class org.brotli.dec.BitReaderTest
 
testRfcDictionaryChecksums() - Method in class org.brotli.wrapper.common.SetRfcDictionaryTest
 
testSetDictionary() - Method in class org.brotli.dec.SetDictionaryTest
 
testSetRfcDictionary() - Method in class org.brotli.wrapper.common.SetRfcDictionaryTest
 
testSimplePrefix() - Method in class org.brotli.dec.SynthTest
 
testSimplePrefixDuplicateSymbols() - Method in class org.brotli.dec.SynthTest
 
testSimplePrefixOutOfRangeSymbols() - Method in class org.brotli.dec.SynthTest
 
testStressReadDistanceExtraBits() - Method in class org.brotli.dec.SynthTest
 
testTooManySymbolsRepeated() - Method in class org.brotli.dec.SynthTest
 
testTransformedDictWord() - Method in class org.brotli.dec.SynthTest
 
testTransformedDictWordTooLong() - Method in class org.brotli.dec.SynthTest
 
testTrimAll() - Method in class org.brotli.dec.TransformTest
 
testTwoPieceDictionary() - Method in class org.brotli.dec.CompoundDictionaryTest
 
testUkkonooa() - Method in class org.brotli.dec.DecodeTest
 
testUtils() - Method in class org.brotli.dec.DecodeTest
 
testX() - Method in class org.brotli.dec.DecodeTest
 
testX10Y10() - Method in class org.brotli.dec.DecodeTest
 
testX64() - Method in class org.brotli.dec.DecodeTest
 
testZeroCostLiterals() - Method in class org.brotli.dec.SynthTest
 
testZeroDictionary() - Method in class org.brotli.wrapper.common.SetZeroDictionaryTest
 
TEXT - org.brotli.wrapper.enc.Encoder.Mode
Compression mode for UTF-8 formatted text input.
TEXT - Static variable in class org.brotli.dec.CompoundDictionaryTest
 
toUsAsciiBytes(String) - Static method in class org.brotli.dec.Utils
 
Transform - Class in org.brotli.dec
Transformations on dictionary words.
Transform() - Constructor for class org.brotli.dec.Transform
 
Transform.Transforms - Class in org.brotli.dec
 
transformDictionaryWord(byte[], int, ByteBuffer, int, int, Transform.Transforms, int) - Static method in class org.brotli.dec.Transform
 
Transforms(int, int, int) - Constructor for class org.brotli.dec.Transform.Transforms
 
TRANSFORMS_SRC - Static variable in class org.brotli.dec.Transform
 
TransformTest - Class in org.brotli.dec
Tests for Transform.
TransformTest() - Constructor for class org.brotli.dec.TransformTest
 
triplets - Variable in class org.brotli.dec.Transform.Transforms
 
trivialLiteralContext - Variable in class org.brotli.dec.State
 

U

UNINITIALIZED - Static variable in class org.brotli.dec.Decode
 
unpackCommandLookupTable(short[]) - Static method in class org.brotli.dec.Decode
 
unpackDictionaryData(ByteBuffer, String, String, String, int[], String) - Static method in class org.brotli.dec.DictionaryData
 
unpackLookupTable(int[], String, String) - Static method in class org.brotli.dec.Context
 
unpackTransforms(byte[], int[], int[], String, String) - Static method in class org.brotli.dec.Transform
 
updateCrc64(long, byte[], int, int) - Static method in class org.brotli.integration.BundleHelper
Rolls CRC64 calculation.
UPPERCASE_ALL - Static variable in class org.brotli.dec.Transform
 
UPPERCASE_FIRST - Static variable in class org.brotli.dec.Transform
 
USE_DICTIONARY - Static variable in class org.brotli.dec.Decode
 
UseCompoundDictionaryTest - Class in org.brotli.wrapper.enc
Tests for compression / decompression aided with LZ77 dictionary.
UseCompoundDictionaryTest() - Constructor for class org.brotli.wrapper.enc.UseCompoundDictionaryTest
 
UseCompoundDictionaryTest.UseCompoundDictionaryTestCase - Class in org.brotli.wrapper.enc
Test case with a unique name.
UseCompoundDictionaryTestCase(String) - Constructor for class org.brotli.wrapper.enc.UseCompoundDictionaryTest.UseCompoundDictionaryTestCase
 
UTF_MAP - Static variable in class org.brotli.dec.Context
 
UTF_RLE - Static variable in class org.brotli.dec.Context
 
Utils - Class in org.brotli.dec
A set of utility methods.
Utils() - Constructor for class org.brotli.dec.Utils
 

V

valueOf(String) - Static method in enum org.brotli.wrapper.dec.DecoderJNI.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.brotli.wrapper.enc.BrotliEncoderChannelTest.TestMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.brotli.wrapper.enc.BrotliOutputStreamTest.TestMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.brotli.wrapper.enc.Encoder.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.brotli.wrapper.enc.EncoderJNI.Operation
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.brotli.wrapper.dec.DecoderJNI.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.brotli.wrapper.enc.BrotliEncoderChannelTest.TestMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.brotli.wrapper.enc.BrotliOutputStreamTest.TestMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.brotli.wrapper.enc.Encoder.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.brotli.wrapper.enc.EncoderJNI.Operation
Returns an array containing the constants of this enum type, in the order they are declared.

W

WATERLINE - Static variable in class org.brotli.dec.BitReader
 
Wrapper(int) - Constructor for class org.brotli.wrapper.dec.DecoderJNI.Wrapper
 
Wrapper(int, int, int, Encoder.Mode) - Constructor for class org.brotli.wrapper.enc.EncoderJNI.Wrapper
 
write(byte[]) - Method in class org.brotli.wrapper.enc.BrotliOutputStream
 
write(byte[], int, int) - Method in class org.brotli.wrapper.enc.BrotliOutputStream
 
write(int) - Method in class org.brotli.wrapper.enc.BrotliOutputStream
 
write(ByteBuffer) - Method in class org.brotli.wrapper.enc.BrotliEncoderChannel
 
WRITE - Static variable in class org.brotli.dec.Decode
 
WRITE_ALL - org.brotli.wrapper.enc.BrotliEncoderChannelTest.TestMode
 
WRITE_ALL - org.brotli.wrapper.enc.BrotliOutputStreamTest.TestMode
 
WRITE_BYTE - org.brotli.wrapper.enc.BrotliOutputStreamTest.TestMode
 
WRITE_CHUNKS - org.brotli.wrapper.enc.BrotliEncoderChannelTest.TestMode
 
WRITE_CHUNKS - org.brotli.wrapper.enc.BrotliOutputStreamTest.TestMode
 
writeRingBuffer(State) - Static method in class org.brotli.dec.Decode
 
A B C D E F G H I J L M N O P Q R S T U V W 
All Classes All Packages