Uses of Class
io.netty.handler.codec.compression.Bzip2Decoder.State
-
Packages that use Bzip2Decoder.State Package Description io.netty.handler.codec.compression -
-
Uses of Bzip2Decoder.State in io.netty.handler.codec.compression
Fields in io.netty.handler.codec.compression declared as Bzip2Decoder.State Modifier and Type Field Description private Bzip2Decoder.State
Bzip2Decoder. currentState
Methods in io.netty.handler.codec.compression that return Bzip2Decoder.State Modifier and Type Method Description static Bzip2Decoder.State
Bzip2Decoder.State. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Bzip2Decoder.State[]
Bzip2Decoder.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-