|
|||||
FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A ReaderSource for source strings.
Field Summary | |
---|---|
InputStream |
stream
|
Constructor Summary | |
InputStreamReaderSource(InputStream stream, CompilerConfiguration configuration)
Creates the ReaderSource from a File descriptor. |
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. |
Constructor Detail |
---|
public InputStreamReaderSource(InputStream stream, CompilerConfiguration configuration)
Method Detail |
---|
public boolean canReopenSource()
public Reader getReader()