Uses of Enum Class
org.aksw.commons.io.hadoop.compress.bzip2.CBZip2InputStreamAdapted.STATE
Packages that use CBZip2InputStreamAdapted.STATE
-
Uses of CBZip2InputStreamAdapted.STATE in org.aksw.commons.io.hadoop.compress.bzip2
Subclasses with type arguments of type CBZip2InputStreamAdapted.STATE in org.aksw.commons.io.hadoop.compress.bzip2Modifier and TypeClassDescriptionstatic enumA state machine to keep track of current state of the de-coderMethods in org.aksw.commons.io.hadoop.compress.bzip2 that return CBZip2InputStreamAdapted.STATEModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static CBZip2InputStreamAdapted.STATE[]CBZip2InputStreamAdapted.STATE.values()Returns an array containing the constants of this enum class, in the order they are declared.