Package org.codehaus.groovy.control.io
SinceNot specified.
VersionNot specified.
AuthorNot specified.
Wiki javadoc Use textile entry format.
Add your comments here.
Interfaces
ReaderSource An interface for things that can supply (and resupply) a Reader on a source stream.
Classes
AbstractReaderSource For ReaderSources that can choose a parent class, a base that provides common functionality.
FileReaderSource A ReaderSource for source files.
InputStreamReaderSource A ReaderSource for source strings.
NullWriter An Writer than eats its input.
StringReaderSource A ReaderSource for source strings.
URLReaderSource A ReaderSource for source files.