org.codehaus.groovy.control.io
[Java] Class InputStreamReaderSource
java.lang.Object
org.codehaus.groovy.control.io.AbstractReaderSource
org.codehaus.groovy.control.io.InputStreamReaderSource
public class InputStreamReaderSource
extends AbstractReaderSource
A ReaderSource for source strings.
- Authors:
- Chris Poirier
- Version:
- \$Id\$
Method Summary |
boolean
|
canReopenSource()
Returns true if the source can be restarted (ie. if getReader()
will return non-null on subsequent calls.
|
Reader
|
getReader()
Returns a new Reader on the underlying source object.
|
InputStreamReaderSource
public InputStreamReaderSource(InputStream stream, CompilerConfiguration configuration)
- Creates the ReaderSource from a File descriptor.
- Parameters:
stream
- stream containing sourceconfiguration
- configuration for compiling source
canReopenSource
public boolean canReopenSource()
- Returns true if the source can be restarted (ie. if getReader()
will return non-null on subsequent calls.
getReader
public Reader getReader()
- Returns a new Reader on the underlying source object.
Copyright © 2003-2013 The Codehaus. All rights reserved.