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, skip
protected abstract int readByte() throws IOException
IOException
protected abstract int readBuffer(byte[] b, int from, int len) throws IOException
IOException
public int read(byte[] b) throws IOException
read
in class InputStream
IOException
public int read(byte[] b, int off, int len) throws IOException
read
in class InputStream
IOException
public int read() throws IOException
read
in class InputStream
IOException
Copyright © 2019. All rights reserved.