org.apache.bcel.classfile
Class Utility.JavaWriter
FilterWriter
org.apache.bcel.classfile.Utility.JavaWriter
- Utility
private static class Utility.JavaWriter
extends FilterWriter
Encode bytes into valid java identifier characters.
Used by
encode()
void | write(String str, int off, int len)
|
void | write(char[] cbuf, int off, int len)
|
void | write(int b)
|
JavaWriter
public JavaWriter(Writer out)
write
public void write(String str,
int off,
int len)
throws IOException
write
public void write(char[] cbuf,
int off,
int len)
throws IOException
write
public void write(int b)
throws IOException