org.apache.bcel.classfile
Class Utility.JavaReader
java.lang.Object
java.io.Reader
java.io.FilterReader
org.apache.bcel.classfile.Utility.JavaReader
- All Implemented Interfaces:
- Closeable, Readable
- Enclosing class:
- Utility
private static class Utility.JavaReader
- extends FilterReader
Decode characters into bytes.
Used by decode()
Method Summary |
int |
read()
|
int |
read(char[] cbuf,
int off,
int len)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Utility.JavaReader
public Utility.JavaReader(Reader in)
read
public int read()
throws IOException
- Overrides:
read
in class FilterReader
- Throws:
IOException
read
public int read(char[] cbuf,
int off,
int len)
throws IOException
- Overrides:
read
in class FilterReader
- Throws:
IOException