Uses of Class
org.apache.hadoop.fs.FSInputStream

Packages that use FSInputStream
org.apache.hadoop.fs An abstract file system API. 
org.apache.hadoop.fs.ftp   
 

Uses of FSInputStream in org.apache.hadoop.fs
 

Subclasses of FSInputStream in org.apache.hadoop.fs
 class FSInputChecker
          This is a generic input stream for verifying checksums for data before it is read by a user.
 

Constructors in org.apache.hadoop.fs with parameters of type FSInputStream
BufferedFSInputStream(FSInputStream in, int size)
          Creates a BufferedFSInputStream with the specified buffer size, and saves its argument, the input stream in, for later use.
 

Uses of FSInputStream in org.apache.hadoop.fs.ftp
 

Subclasses of FSInputStream in org.apache.hadoop.fs.ftp
 class FTPInputStream
           
 



Copyright © 2009 The Apache Software Foundation