Uses of Class
net.nutch.io.DataOutputBuffer

Packages that use DataOutputBuffer
net.nutch.io Generic i/o code for use when reading and writing data to the network, to databases, and to files. 
 

Uses of DataOutputBuffer in net.nutch.io
 

Methods in net.nutch.io that return DataOutputBuffer
 DataOutputBuffer DataOutputBuffer.reset()
          Resets the buffer to empty.
 

Methods in net.nutch.io with parameters of type DataOutputBuffer
 int SequenceFile.Reader.next(DataOutputBuffer buffer)
          Read the next key/value pair in the file into buffer.
 



Copyright © 2004 The Nutch Organization.