Package org.apache.bcel.classfile
Class Utility.JavaReader
- java.lang.Object
-
- java.io.Reader
-
- java.io.FilterReader
-
- org.apache.bcel.classfile.Utility.JavaReader
-
-
Constructor Summary
Constructors Constructor Description JavaReader(java.io.Reader in)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
read()
int
read(char[] cbuf, int off, int len)
-