Uses of Class
net.nutch.fs.NFSInputStream

Packages that use NFSInputStream
net.nutch.fs   
net.nutch.ndfs   
 

Uses of NFSInputStream in net.nutch.fs
 

Methods in net.nutch.fs that return NFSInputStream
 NFSInputStream NDFSFileSystem.open(File f)
          Open the file at f
 NFSInputStream LocalFileSystem.open(File f)
          Open the file at f
abstract  NFSInputStream NutchFileSystem.open(File f)
          Opens an InputStream for the indicated File, whether local or via NDFS.
 

Constructors in net.nutch.fs with parameters of type NFSInputStream
NFSDataInputStream(NFSInputStream in)
           
NFSDataInputStream(NFSInputStream in, int bufferSize)
           
 

Uses of NFSInputStream in net.nutch.ndfs
 

Methods in net.nutch.ndfs that return NFSInputStream
 NFSInputStream NDFSClient.open(UTF8 src)
          Create an input stream that obtains a nodelist from the namenode, and then reads from all the right places.
 



Copyright © 2005 The Nutch Organization.