Uses of Enum
org.brotli.wrapper.dec.DecoderJNI.Status
Packages that use DecoderJNI.Status
-
Uses of DecoderJNI.Status in org.brotli.wrapper.dec
Subclasses with type arguments of type DecoderJNI.Status in org.brotli.wrapper.decFields in org.brotli.wrapper.dec declared as DecoderJNI.StatusMethods in org.brotli.wrapper.dec that return DecoderJNI.StatusModifier and TypeMethodDescriptionDecoderJNI.Wrapper.getStatus()static DecoderJNI.StatusReturns 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.