UC Berkeley Group for User Interface Research
Updated November 17, 2000

Uses of Class
edu.berkeley.guir.lib.collection.DataBuffer

Packages that use DataBuffer
edu.berkeley.guir.lib.collection Various collections that aren't provided by Java 1.2. 
edu.berkeley.guir.lib.io Utilities for manipulating non-graphical input and output. 
 

Uses of DataBuffer in edu.berkeley.guir.lib.collection
 

Methods in edu.berkeley.guir.lib.collection with parameters of type DataBuffer
 int DataBuffer.index(DataBuffer searchbuf)
          Find the index of the specified buffer.
 int DataBuffer.index(int start, DataBuffer searchbuf, int offset, int len)
          Find the index of the specified buffer.
 void DataBuffer.append(DataBuffer buf)
          Append a DataBuffer to this current DataBuffer.
 void DataBuffer.insert(int pos, DataBuffer buf)
          Insert the entire DataBuffer buf at the specified position.
 void DataBuffer.insert(int pos, DataBuffer buf, int off, int len)
          Insert the specified buffer at the specified position.
 

Uses of DataBuffer in edu.berkeley.guir.lib.io
 

Methods in edu.berkeley.guir.lib.io with parameters of type DataBuffer
abstract  void Filter.filter(DataBuffer databuf)
          Filters the information in a pipe.
 void CharacterFilter.filter(DataBuffer databuf)
          Filters specified characters out.
 void DebugFilter.filter(DataBuffer databuf)
          Filters specified characters out.
 


Copyright Information