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, skip
public int read() throws IOException
read
in class InputStream
IOException
protected abstract ByteBuffer nextBuffer() throws IOException
IOException
public int read(byte[] b, int off, int len) throws IOException
read
in class InputStream
IOException
public void reset() throws IOException
reset
in class InputStream
IOException
public ByteBuffer getBuffer() throws IOException
IOException
Copyright © 2020. All rights reserved.