| Package | Description |
|---|---|
| org.apache.hadoop.crypto | |
| org.apache.hadoop.fs |
An abstract file system API.
|
| org.apache.hadoop.fs.crypto | |
| org.apache.hadoop.fs.ftp | |
| org.apache.hadoop.io.compress |
| Modifier and Type | Class | Description |
|---|---|---|
class |
CryptoInputStream |
CryptoInputStream decrypts data.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
BufferedFSInputStream |
A class that optimizes reading from FSInputStream by buffering.
|
class |
FSDataInputStream |
Utility that wraps a
FSInputStream in a DataInputStream
and buffers input through a BufferedInputStream. |
class |
FSInputChecker |
This is a generic input stream for verifying checksums for
data before it is read by a user.
|
class |
FSInputStream |
FSInputStream is a generic old InputStream with a little bit
of RAF-style seek ability.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
CryptoFSDataInputStream |
| Modifier and Type | Class | Description |
|---|---|---|
class |
FTPInputStream |
| Modifier and Type | Class | Description |
|---|---|---|
class |
BlockDecompressorStream |
A
DecompressorStream which works
with 'block-based' based compression algorithms, as opposed to
'stream-based' compression algorithms. |
class |
CompressionInputStream |
A compression input stream.
|
class |
DecompressorStream |
|
protected static class |
PassthroughCodec.PassthroughDecompressorStream |
The decompressor.
|
class |
SplitCompressionInputStream |
An InputStream covering a range of compressed data.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.