public class ReusableInputStream extends InputStream
| Constructor and Description |
|---|
ReusableInputStream(InputStream input) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(byte[] bytes) |
int |
read(byte[] bytes,
int offset,
int length) |
available, close, mark, markSupported, reset, skippublic ReusableInputStream(InputStream input) throws IOException
IOExceptionpublic int read()
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] bytes)
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] bytes,
int offset,
int length)
throws IOException
read in class InputStreamIOExceptionCopyright © 2021. All Rights Reserved.