Uses of Enum Class
org.apache.hadoop.io.compress.bzip2.CBZip2InputStream.STATE
Packages that use CBZip2InputStream.STATE
Package
Description
Implementation of compression/decompression for the BZip2
compression algorithm.
-
Uses of CBZip2InputStream.STATE in org.apache.hadoop.io.compress.bzip2
Methods in org.apache.hadoop.io.compress.bzip2 that return CBZip2InputStream.STATEModifier and TypeMethodDescriptionstatic CBZip2InputStream.STATEReturns the enum constant of this class with the specified name.static CBZip2InputStream.STATE[]CBZip2InputStream.STATE.values()Returns an array containing the constants of this enum class, in the order they are declared.