Uses of Class
net.nutch.fs.NFSOutputStream

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

Uses of NFSOutputStream in net.nutch.fs
 

Methods in net.nutch.fs that return NFSOutputStream
 NFSOutputStream NDFSFileSystem.create(File f)
          Create the file at f.
 NFSOutputStream NDFSFileSystem.create(File f, boolean overwrite)
           
 NFSOutputStream LocalFileSystem.create(File f)
          Create the file at f.
 NFSOutputStream LocalFileSystem.create(File f, boolean overwrite)
           
abstract  NFSOutputStream NutchFileSystem.create(File f)
          Opens an OutputStream at the indicated File, whether local or via NDFS.
abstract  NFSOutputStream NutchFileSystem.create(File f, boolean overwrite)
           
 

Constructors in net.nutch.fs with parameters of type NFSOutputStream
NFSDataOutputStream(NFSOutputStream out)
           
NFSDataOutputStream(NFSOutputStream out, int bufferSize)
           
 

Uses of NFSOutputStream in net.nutch.ndfs
 

Methods in net.nutch.ndfs that return NFSOutputStream
 NFSOutputStream NDFSClient.create(UTF8 src)
          Create an output stream that writes to all the right places.
 NFSOutputStream NDFSClient.create(UTF8 src, boolean overwrite)
           
 



Copyright © 2005 The Nutch Organization.