Uses of Class
org.apache.hadoop.fs.FSInputStream
Packages that use FSInputStream
-
Uses of FSInputStream in org.apache.hadoop.fs
Subclasses of FSInputStream in org.apache.hadoop.fsModifier and TypeClassDescriptionclassThis 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 FSInputStreamModifierConstructorDescriptionBufferedFSInputStream(FSInputStream in, int size) Creates aBufferedFSInputStreamwith the specified buffer size, and saves its argument, the input streamin, for later use. -
Uses of FSInputStream in org.apache.hadoop.fs.ftp
Subclasses of FSInputStream in org.apache.hadoop.fs.ftp