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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.UInt32Value getChunkSize()
      Value for decompressor's next output buffer.
      com.google.protobuf.UInt32ValueOrBuilder getChunkSizeOrBuilder()
      Value for decompressor's next output buffer.
      boolean getDisableRingBufferReallocation()
      If true, disables "canny" ring buffer allocation strategy.
      boolean hasChunkSize()
      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 Detail

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