org.apache.bcel.classfile

Class Utility.JavaReader

private static class Utility.JavaReader extends FilterReader

Decode characters into bytes. Used by decode()
Constructor Summary
JavaReader(Reader in)
Method Summary
intread()
intread(char[] cbuf, int off, int len)

Constructor Detail

JavaReader

public JavaReader(Reader in)

Method Detail

read

public int read()

read

public int read(char[] cbuf, int off, int len)