HasCleanup
, ReaderSource
public class InputStreamReaderSource extends AbstractReaderSource
configuration
Constructor | Description |
---|---|
InputStreamReaderSource(InputStream stream,
CompilerConfiguration configuration) |
Creates the ReaderSource from a File descriptor.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
canReopenSource() |
Returns true if the source can be restarted (ie.
|
Reader |
getReader() |
Returns a new Reader on the underlying source object.
|
URI |
getURI() |
TODO: Should return the URI for this source, but we can't know what it is here.
|
cleanup, getLine
public InputStreamReaderSource(InputStream stream, CompilerConfiguration configuration)
stream
- stream containing sourceconfiguration
- configuration for compiling sourcepublic Reader getReader() throws IOException
IOException
- if there was an error opening for streampublic boolean canReopenSource()
canReopenSource
in interface ReaderSource
canReopenSource
in class AbstractReaderSource
public URI getURI()