Uses of Class
org.glassfish.grizzly.compression.zip.GZipDecoder.DecodeStatus
-
Packages that use GZipDecoder.DecodeStatus Package Description org.glassfish.grizzly.compression.zip -
-
Uses of GZipDecoder.DecodeStatus in org.glassfish.grizzly.compression.zip
Methods in org.glassfish.grizzly.compression.zip that return GZipDecoder.DecodeStatus Modifier and Type Method Description GZipDecoder.DecodeStatusGZipDecoder.GZipInputState. getDecodeStatus()static GZipDecoder.DecodeStatusGZipDecoder.DecodeStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static GZipDecoder.DecodeStatus[]GZipDecoder.DecodeStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.glassfish.grizzly.compression.zip with parameters of type GZipDecoder.DecodeStatus Modifier and Type Method Description voidGZipDecoder.GZipInputState. setDecodeStatus(GZipDecoder.DecodeStatus decodeStatus)
-