public class ReaderInputStream extends InputStream
Reader
as an InputStream
.Constructor and Description |
---|
ReaderInputStream(Reader reader)
Constructs a ReaderInputStream from a Reader
|
Modifier and Type | Method and Description |
---|---|
int |
read() |
available, close, mark, markSupported, read, read, reset, skip
public ReaderInputStream(Reader reader)
reader
- The reader to expose as an InputStreampublic int read() throws IOException
read
in class InputStream
IOException
Copyright © 2019 JBoss by Red Hat. All rights reserved.