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