Package org.codehaus.groovy.control.io

Interface Summary
ReaderSource An interface for things that can supply (and resupply) a Reader on a source stream.
 

Class Summary
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.
 



Copyright © 2003-2011 The Codehaus. All Rights Reserved.