Uses of Enum
org.brotli.wrapper.enc.Encoder.Mode
Packages that use Encoder.Mode
-
Uses of Encoder.Mode in org.brotli.wrapper.enc
Methods 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.