public abstract class DecodingInputStream extends InputStream
| Constructor and Description |
|---|
DecodingInputStream() |
| Modifier and Type | Method and Description |
|---|---|
int |
read(byte[] b,
int off,
int len)
Overridden to make sure it ALWAYS throws an IOException while a problem
occurs in read().
|
available, close, mark, markSupported, read, read, reset, skippublic int read(byte[] b,
int off,
int len)
throws IOException
read in class InputStreamIOExceptionCopyright © 2016. All rights reserved.