Uses of Class
com.aayushatharva.brotli4j.decoder.DecoderJNI.Status
-
Packages that use DecoderJNI.Status Package Description com.aayushatharva.brotli4j.decoder -
-
Uses of DecoderJNI.Status in com.aayushatharva.brotli4j.decoder
Methods in com.aayushatharva.brotli4j.decoder that return DecoderJNI.Status Modifier and Type Method Description DecoderJNI.StatusDirectDecompress. getResultStatus()Get the result of decompression.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.
-