Uses of Enum
com.aayushatharva.brotli4j.encoder.Encoder.Mode
Packages that use Encoder.Mode
-
Uses of Encoder.Mode in com.aayushatharva.brotli4j.encoder
Methods in com.aayushatharva.brotli4j.encoder that return Encoder.ModeModifier and TypeMethodDescriptionEncoder.Parameters.mode()static 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 com.aayushatharva.brotli4j.encoder with parameters of type Encoder.Mode