Uses of Class
org.brotli.wrapper.enc.Encoder.Mode
-
Packages that use Encoder.Mode Package Description org.brotli.wrapper.enc -
-
Uses of Encoder.Mode in org.brotli.wrapper.enc
Fields in org.brotli.wrapper.enc declared as Encoder.Mode Modifier and Type Field Description private Encoder.ModeEncoder.Parameters. modeMethods in org.brotli.wrapper.enc that return Encoder.Mode Modifier and Type Method Description static Encoder.ModeEncoder.Mode. of(int value)static Encoder.ModeEncoder.Mode. valueOf(java.lang.String name)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.Mode Modifier and Type Method Description Encoder.ParametersEncoder.Parameters. setMode(Encoder.Mode mode)Setup encoder compression mode.Constructors in org.brotli.wrapper.enc with parameters of type Encoder.Mode Constructor Description Wrapper(int inputBufferSize, int quality, int lgwin, Encoder.Mode mode)
-