org.apache.bcel.classfile

Class Utility.JavaWriter

private static class Utility.JavaWriter extends FilterWriter

Encode bytes into valid java identifier characters. Used by encode()
Constructor Summary
JavaWriter(Writer out)
Method Summary
voidwrite(int b)
voidwrite(char[] cbuf, int off, int len)
voidwrite(String str, int off, int len)

Constructor Detail

JavaWriter

public JavaWriter(Writer out)

Method Detail

write

public void write(int b)

write

public void write(char[] cbuf, int off, int len)

write

public void write(String str, int off, int len)