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.StatusDecoderJNI.Wrapper. lastStatusMethods in org.brotli.wrapper.dec that return DecoderJNI.Status Modifier and Type Method Description DecoderJNI.StatusDecoderJNI.Wrapper. getStatus()static DecoderJNI.StatusDecoderJNI.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.
-