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

Packages that use DirectReader
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 DirectReader in edu.rice.cs.plt.io
 

Subclasses of DirectReader in edu.rice.cs.plt.io
 class WrappedDirectReader
          An implementation of DirectReader that inherits that class's default implementations and delegates all other operations to the wrapped Reader.
 

Methods in edu.rice.cs.plt.io that return DirectReader
static DirectReader WrappedDirectReader.makeDirect(java.io.Reader reader)
          If the input is a DirectReader, cast it; otherwise, create a WrappedDirectReader.
 DirectReader ExpandingCharBuffer.reader()
          Create a reader providing read access to the buffer.
 DirectReader LinkedReaderAndWriter.reader()