Uses of Class
org.brotli.wrapper.enc.EncoderJNI.Operation
-
Packages that use EncoderJNI.Operation Package Description org.brotli.wrapper.enc -
-
Uses of EncoderJNI.Operation in org.brotli.wrapper.enc
Methods in org.brotli.wrapper.enc that return EncoderJNI.Operation Modifier and Type Method Description static EncoderJNI.Operation
EncoderJNI.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 org.brotli.wrapper.enc with parameters of type EncoderJNI.Operation Modifier and Type Method Description (package private) boolean
Encoder. encode(EncoderJNI.Operation op)
(package private) void
EncoderJNI.Wrapper. push(EncoderJNI.Operation op, int length)
-