|
org.netbeans.modules.extexecution/2 1.21.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InputReader | |
|---|---|
| org.netbeans.api.extexecution.input | The support API for processing the growing streams or files. |
| Uses of InputReader in org.netbeans.api.extexecution.input |
|---|
| Methods in org.netbeans.api.extexecution.input that return InputReader | |
|---|---|
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. |
| Methods in org.netbeans.api.extexecution.input with parameters of type InputReader | |
|---|---|
static InputReaderTask |
InputReaderTask.newDrainingTask(InputReader reader,
InputProcessor processor)
Creates the new task. |
static InputReaderTask |
InputReaderTask.newTask(InputReader reader,
InputProcessor processor)
Creates the new task. |
|
org.netbeans.modules.extexecution/2 1.21.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||