| Package | Description |
|---|---|
| org.apache.hadoop.io.compress.bzip2 |
Implementation of compression/decompression for the BZip2
compression algorithm.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CBZip2InputStream
An input stream that decompresses from the BZip2 format (without the file
header chars) to be read as any other stream.
|
class |
CBZip2OutputStream
An output stream that compresses into the BZip2 format (without the file
header chars) into another stream.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.