org.codehaus.groovy.control.io
Class InputStreamReaderSource
java.lang.Object
org.codehaus.groovy.control.io.AbstractReaderSource
org.codehaus.groovy.control.io.InputStreamReaderSource
class InputStreamReaderSource
extends AbstractReaderSource
A ReaderSource for source strings.
- author:
- Chris Poirier
- version:
- $Id: InputStreamReaderSource.java 6778 2007-07-02 10:40:33Z glaforge $
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.
|
Methods inherited from class Object
|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
InputStreamReaderSource
public InputStreamReaderSource(InputStream stream, CompilerConfiguration configuration)
- Creates the ReaderSource from a File descriptor.
- param:
- stream stream containing source
- param:
- configuration 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-2009 The Codehaus. All rights reserved.