public abstract class BaseInputStream extends InputStream
| Constructor and Description |
|---|
BaseInputStream() |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(byte[] b) |
int |
read(byte[] b,
int off,
int len) |
protected abstract int |
readBuffer(byte[] b,
int from,
int len) |
protected abstract int |
readByte() |
available, close, mark, markSupported, reset, skipprotected abstract int readByte()
throws IOException
IOExceptionprotected abstract int readBuffer(byte[] b,
int from,
int len)
throws IOException
IOExceptionpublic int read(byte[] b)
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class InputStreamIOExceptionpublic int read()
throws IOException
read in class InputStreamIOExceptionCopyright © 2019. All rights reserved.