Uses of Enum
org.brotli.wrapper.enc.Encoder.Mode
Packages that use Encoder.Mode
-
Uses of Encoder.Mode in org.brotli.wrapper.enc
Subclasses with type arguments of type Encoder.Mode in org.brotli.wrapper.encModifier and TypeClassDescriptionstatic enumhttps://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.hFields in org.brotli.wrapper.enc declared as Encoder.ModeMethods in org.brotli.wrapper.enc that return Encoder.ModeModifier and TypeMethodDescriptionstatic Encoder.ModeEncoder.Mode.of(int value) static Encoder.ModeReturns the enum constant of this type with the specified name.static Encoder.Mode[]Encoder.Mode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.brotli.wrapper.enc with parameters of type Encoder.ModeModifier and TypeMethodDescriptionEncoder.Parameters.setMode(Encoder.Mode mode) Setup encoder compression mode.Constructors in org.brotli.wrapper.enc with parameters of type Encoder.ModeModifierConstructorDescription(package private)Wrapper(int inputBufferSize, int quality, int lgwin, Encoder.Mode mode)