Uses of Class
edu.rice.cs.plt.io.ExpandingBuffer

Packages that use ExpandingBuffer
edu.rice.cs.plt.io Provides extensions to the java.io package, which provides character- and byte- based streams and buffers, files, file filters, and serialization. 
 

Uses of ExpandingBuffer in edu.rice.cs.plt.io
 

Subclasses of ExpandingBuffer in edu.rice.cs.plt.io
 class ExpandingByteBuffer
          A byte buffer of arbitrary size to be used with InputStreams and OutputStreams.
 class ExpandingCharBuffer
          A character buffer of arbitrary size to be used with Readers and Writers.