Interface BrotliOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Brotli,Brotli.Builder
public interface BrotliOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.UInt32ValueValue for decompressor's next output buffer.com.google.protobuf.UInt32ValueOrBuilderValue for decompressor's next output buffer.booleanIf true, disables "canny" ring buffer allocation strategy.booleanValue for decompressor's next output buffer.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDisableRingBufferReallocation
boolean getDisableRingBufferReallocation()If true, disables "canny" ring buffer allocation strategy. Ring buffer is allocated according to window size, despite the real size of the content.
bool disable_ring_buffer_reallocation = 1;- Returns:
- The disableRingBufferReallocation.
-
hasChunkSize
boolean hasChunkSize()Value for decompressor's next output buffer. If not set, defaults to 4096.
.google.protobuf.UInt32Value chunk_size = 2 [(.validate.rules) = { ... }- Returns:
- Whether the chunkSize field is set.
-
getChunkSize
com.google.protobuf.UInt32Value getChunkSize()Value for decompressor's next output buffer. If not set, defaults to 4096.
.google.protobuf.UInt32Value chunk_size = 2 [(.validate.rules) = { ... }- Returns:
- The chunkSize.
-
getChunkSizeOrBuilder
com.google.protobuf.UInt32ValueOrBuilder getChunkSizeOrBuilder()Value for decompressor's next output buffer. If not set, defaults to 4096.
.google.protobuf.UInt32Value chunk_size = 2 [(.validate.rules) = { ... }
-