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, skip
public Codec105ErrorInputStream()
public int read() throws IOException
read
in class InputStream
IOException
public int read(byte[] b, int pos, int len) throws IOException
read
in class InputStream
IOException
Copyright © 2002–2013 The Apache Software Foundation. All rights reserved.