Uses of Class
com.aayushatharva.brotli4j.encoder.Encoder.Mode
-
Packages that use Encoder.Mode Package Description com.aayushatharva.brotli4j.encoder -
-
Uses of Encoder.Mode in com.aayushatharva.brotli4j.encoder
Methods in com.aayushatharva.brotli4j.encoder that return Encoder.Mode Modifier and Type Method Description Encoder.Mode
Encoder.Parameters. mode()
static Encoder.Mode
Encoder.Mode. of(int value)
static Encoder.Mode
Encoder.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 com.aayushatharva.brotli4j.encoder with parameters of type Encoder.Mode Modifier and Type Method Description Encoder.Parameters
Encoder.Parameters. setMode(Encoder.Mode mode)
-