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

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

Uses of FSDataInputStream in org.apache.hadoop.fs
 

Methods in org.apache.hadoop.fs that return FSDataInputStream
 FSDataInputStream FileSystem.open(Path f)
          Opens an FSDataInputStream at the indicated Path.
 FSDataInputStream FileSystem.open(Path f, int bufferSize)
          Opens an FSDataInputStream at the indicated Path.
 



Copyright © 2006 The Apache Software Foundation