Uses of Enum
org.brotli.wrapper.enc.Encoder.Mode
Packages that use Encoder.Mode
-
Uses of Encoder.Mode in org.brotli.wrapper.enc
Fields in org.brotli.wrapper.enc declared as Encoder.ModeMethods in org.brotli.wrapper.enc that return Encoder.ModeModifier and TypeMethodDescriptionstatic Encoder.Mode
Encoder.Mode.of
(int value) static Encoder.Mode
Returns 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)