Uses of Enum Class
org.glassfish.grizzly.compression.zip.GZipDecoder.DecodeStatus
Packages that use GZipDecoder.DecodeStatus
-
Uses of GZipDecoder.DecodeStatus in org.glassfish.grizzly.compression.zip
Methods in org.glassfish.grizzly.compression.zip that return GZipDecoder.DecodeStatusModifier and TypeMethodDescriptionGZipDecoder.GZipInputState.getDecodeStatus()static GZipDecoder.DecodeStatusReturns the enum constant of this class with the specified name.static GZipDecoder.DecodeStatus[]GZipDecoder.DecodeStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.glassfish.grizzly.compression.zip with parameters of type GZipDecoder.DecodeStatusModifier and TypeMethodDescriptionvoidGZipDecoder.GZipInputState.setDecodeStatus(GZipDecoder.DecodeStatus decodeStatus)