Package | Description |
---|---|
org.apache.hadoop.fs |
An abstract file system API.
|
org.apache.hadoop.fs.ftp |
Modifier and Type | Class and Description |
---|---|
class |
BufferedFSInputStream
A class optimizes reading from FSInputStream by bufferring
|
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 and Description |
---|---|
class |
FTPInputStream |
Copyright © 2010 The Apache Software Foundation