public abstract class BulkReadInputStream extends InputStream
| Constructor and Description |
|---|
BulkReadInputStream() |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
abstract int |
read(byte[] bytes,
int pos,
int count) |
available, close, mark, markSupported, read, reset, skippublic int read()
throws IOException
read in class InputStreamIOExceptionpublic abstract int read(byte[] bytes,
int pos,
int count)
throws IOException
read in class InputStreamIOExceptionCopyright © 2013. All rights reserved