Package org.codehaus.groovy.control.io

Internal classes for Groovier Input/Output.

See:
          Description

Interface Summary
ReaderSource An interface for things that can supply (and potentially 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 hosted at a URL.
 

Package org.codehaus.groovy.control.io Description

Internal classes for Groovier Input/Output.


Copyright © 2003-2010 The Codehaus. All rights reserved.