Brotli.Builder |
Brotli.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Brotli.Builder |
Brotli.Builder.clear() |
|
Brotli.Builder |
Brotli.Builder.clearChunkSize() |
Value for compressor's next output buffer.
|
Brotli.Builder |
Brotli.Builder.clearDisableLiteralContextModeling() |
If true, disables "literal context modeling" format feature.
|
Brotli.Builder |
Brotli.Builder.clearEncoderMode() |
A value used to tune encoder for specific input.
|
Brotli.Builder |
Brotli.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
Brotli.Builder |
Brotli.Builder.clearInputBlockBits() |
Value from 16 to 24 that represents the base two logarithmic of the compressor's input block
size.
|
Brotli.Builder |
Brotli.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
Brotli.Builder |
Brotli.Builder.clearQuality() |
Value from 0 to 11 that controls the main compression speed-density lever.
|
Brotli.Builder |
Brotli.Builder.clearWindowBits() |
Value from 10 to 24 that represents the base two logarithmic of the compressor's window size.
|
Brotli.Builder |
Brotli.Builder.clone() |
|
Brotli.Builder |
Brotli.Builder.mergeChunkSize(com.google.protobuf.UInt32Value value) |
Value for compressor's next output buffer.
|
Brotli.Builder |
Brotli.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Brotli.Builder |
Brotli.Builder.mergeFrom(com.google.protobuf.Message other) |
|
Brotli.Builder |
Brotli.Builder.mergeFrom(Brotli other) |
|
Brotli.Builder |
Brotli.Builder.mergeInputBlockBits(com.google.protobuf.UInt32Value value) |
Value from 16 to 24 that represents the base two logarithmic of the compressor's input block
size.
|
Brotli.Builder |
Brotli.Builder.mergeQuality(com.google.protobuf.UInt32Value value) |
Value from 0 to 11 that controls the main compression speed-density lever.
|
Brotli.Builder |
Brotli.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
Brotli.Builder |
Brotli.Builder.mergeWindowBits(com.google.protobuf.UInt32Value value) |
Value from 10 to 24 that represents the base two logarithmic of the compressor's window size.
|
static Brotli.Builder |
Brotli.newBuilder() |
|
static Brotli.Builder |
Brotli.newBuilder(Brotli prototype) |
|
Brotli.Builder |
Brotli.newBuilderForType() |
|
protected Brotli.Builder |
Brotli.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
Brotli.Builder |
Brotli.Builder.setChunkSize(com.google.protobuf.UInt32Value value) |
Value for compressor's next output buffer.
|
Brotli.Builder |
Brotli.Builder.setChunkSize(com.google.protobuf.UInt32Value.Builder builderForValue) |
Value for compressor's next output buffer.
|
Brotli.Builder |
Brotli.Builder.setDisableLiteralContextModeling(boolean value) |
If true, disables "literal context modeling" format feature.
|
Brotli.Builder |
Brotli.Builder.setEncoderMode(Brotli.EncoderMode value) |
A value used to tune encoder for specific input.
|
Brotli.Builder |
Brotli.Builder.setEncoderModeValue(int value) |
A value used to tune encoder for specific input.
|
Brotli.Builder |
Brotli.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Brotli.Builder |
Brotli.Builder.setInputBlockBits(com.google.protobuf.UInt32Value value) |
Value from 16 to 24 that represents the base two logarithmic of the compressor's input block
size.
|
Brotli.Builder |
Brotli.Builder.setInputBlockBits(com.google.protobuf.UInt32Value.Builder builderForValue) |
Value from 16 to 24 that represents the base two logarithmic of the compressor's input block
size.
|
Brotli.Builder |
Brotli.Builder.setQuality(com.google.protobuf.UInt32Value value) |
Value from 0 to 11 that controls the main compression speed-density lever.
|
Brotli.Builder |
Brotli.Builder.setQuality(com.google.protobuf.UInt32Value.Builder builderForValue) |
Value from 0 to 11 that controls the main compression speed-density lever.
|
Brotli.Builder |
Brotli.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
Brotli.Builder |
Brotli.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
Brotli.Builder |
Brotli.Builder.setWindowBits(com.google.protobuf.UInt32Value value) |
Value from 10 to 24 that represents the base two logarithmic of the compressor's window size.
|
Brotli.Builder |
Brotli.Builder.setWindowBits(com.google.protobuf.UInt32Value.Builder builderForValue) |
Value from 10 to 24 that represents the base two logarithmic of the compressor's window size.
|
Brotli.Builder |
Brotli.toBuilder() |
|