Package 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
,AutoCloseable
,Readable
- Enclosing class:
Utility
Decode characters into bytes. Used by decode()
-
Field Summary
Fields inherited from class java.io.FilterReader
in
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.FilterReader
close, mark, markSupported, ready, reset, skip
-
Constructor Details
-
JavaReader
-
-
Method Details
-
read
- Overrides:
read
in classFilterReader
- Throws:
IOException
-
read
- Overrides:
read
in classFilterReader
- Throws:
IOException
-