Uses of Class
com.aayushatharva.brotli4j.encoder.EncoderJNI.Operation
-
Packages that use EncoderJNI.Operation Package Description com.aayushatharva.brotli4j.encoder -
-
Uses of EncoderJNI.Operation in com.aayushatharva.brotli4j.encoder
Methods in com.aayushatharva.brotli4j.encoder that return EncoderJNI.Operation Modifier and Type Method Description static EncoderJNI.OperationEncoderJNI.Operation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EncoderJNI.Operation[]EncoderJNI.Operation. 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 EncoderJNI.Operation Modifier and Type Method Description booleanEncoder. encode(EncoderJNI.Operation op)voidEncoderJNI.Wrapper. push(EncoderJNI.Operation op, int length)
-