Uses of Class
org.glassfish.grizzly.compression.lzma.impl.Decoder.State
-
Packages that use Decoder.State Package Description org.glassfish.grizzly.compression.lzma.impl -
-
Uses of Decoder.State in org.glassfish.grizzly.compression.lzma.impl
Methods in org.glassfish.grizzly.compression.lzma.impl that return Decoder.State Modifier and Type Method Description Decoder.StateDecoder. code(LZMADecoder.LZMAInputState decoderState, long outSize)static Decoder.StateDecoder.State. valueOf(String name)Returns the enum constant of this type with the specified name.static Decoder.State[]Decoder.State. values()Returns an array containing the constants of this enum type, in the order they are declared.
-