Uses of Class
org.brotli.wrapper.dec.DecoderJNI.Status
-
Packages that use DecoderJNI.Status Package Description org.brotli.wrapper.dec -
-
Uses of DecoderJNI.Status in org.brotli.wrapper.dec
Fields in org.brotli.wrapper.dec declared as DecoderJNI.Status Modifier and Type Field Description private DecoderJNI.Status
DecoderJNI.Wrapper. lastStatus
Methods in org.brotli.wrapper.dec that return DecoderJNI.Status Modifier and Type Method Description DecoderJNI.Status
DecoderJNI.Wrapper. getStatus()
static DecoderJNI.Status
DecoderJNI.Status. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DecoderJNI.Status[]
DecoderJNI.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-