Package | Description |
---|---|
org.netbeans.api.extexecution.base.input |
The support API for processing the growing streams or files.
|
Modifier and Type | Method and Description |
---|---|
static InputReader |
InputReaders.forFile(File file,
Charset charset)
Returns the input reader for the given file.
|
static InputReader |
InputReaders.forFileInputProvider(InputReaders.FileInput.Provider fileProvider)
Returns the input reader reading data from the given provider.
|
static InputReader |
InputReaders.forReader(Reader reader)
Returns the input reader backed by the given reader.
|
static InputReader |
InputReaders.forStream(InputStream stream,
Charset charset)
Returns the input reader backed by the given stream.
|
Modifier and Type | Method and Description |
---|---|
static InputReaderTask |
InputReaderTask.newDrainingTask(InputReader reader,
InputProcessor processor)
Creates the new task.
|
static InputReaderTask |
InputReaderTask.newTask(InputReader reader,
InputProcessor processor)
Creates a new task.
|