Uses of Class
org.apache.nutch.io.DataOutputBuffer

Packages that use DataOutputBuffer
org.apache.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 org.apache.nutch.io
 

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

Methods in org.apache.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 © 2006 The Apache Software Foundation