Uses of Class
org.glassfish.grizzly.compression.zip.GZipDecoder.DecodeStatus

Packages that use GZipDecoder.DecodeStatus
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
 GZipDecoder.DecodeStatus GZipDecoder.GZipInputState.getDecodeStatus()
           
static GZipDecoder.DecodeStatus GZipDecoder.DecodeStatus.valueOf(java.lang.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
 void GZipDecoder.GZipInputState.setDecodeStatus(GZipDecoder.DecodeStatus decodeStatus)
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.