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