public abstract class ExtensibleBufferedInputStream extends InputStream
| Constructor and Description |
|---|
ExtensibleBufferedInputStream() |
| Modifier and Type | Method and Description |
|---|---|
ByteBuffer |
getBuffer() |
protected abstract ByteBuffer |
nextBuffer() |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
void |
reset() |
available, close, mark, markSupported, read, skippublic int read()
throws IOException
read in class InputStreamIOExceptionprotected abstract ByteBuffer nextBuffer() throws IOException
IOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class InputStreamIOExceptionpublic void reset()
throws IOException
reset in class InputStreamIOExceptionpublic ByteBuffer getBuffer() throws IOException
IOExceptionCopyright © 2020. All rights reserved.