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 Type
    Method
    Description
    com.google.protobuf.UInt32Value
    Value for decompressor's next output buffer.
    com.google.protobuf.UInt32ValueOrBuilder
    Value for decompressor's next output buffer.
    boolean
    If true, disables "canny" ring buffer allocation strategy.
    boolean
    Value for decompressor's next output buffer.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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) = { ... }