public class Codec105ErrorInputStream extends InputStream
| Constructor and Description |
|---|
Codec105ErrorInputStream() |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(byte[] b,
int pos,
int len) |
available, close, mark, markSupported, read, reset, skippublic Codec105ErrorInputStream()
public int read() throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] b, int pos, int len) throws IOException
read in class InputStreamIOExceptionCopyright © 2002–2013 The Apache Software Foundation. All rights reserved.