org.apache.bcel.classfile

Class Utility.JavaReader

Enclosing Class:
Utility

private static class Utility.JavaReader
extends FilterReader

Decode characters into bytes. Used by decode()

Constructor Summary

JavaReader(Reader in)

Method Summary

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

Constructor Details

JavaReader

public JavaReader(Reader in)

Method Details

read

public int read()
            throws IOException

read

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