org.apache.bcel.classfile
private static class Utility.JavaReader extends FilterReader
in
Constructor and Description |
---|
Utility.JavaReader(Reader in) |
Modifier and Type | Method and Description |
---|---|
int |
read() |
int |
read(char[] cbuf,
int off,
int len) |
close, mark, markSupported, ready, reset, skip
public Utility.JavaReader(Reader in)
public int read() throws IOException
read
in class FilterReader
IOException
public int read(char[] cbuf, int off, int len) throws IOException
read
in class FilterReader
IOException