org.apache.bcel.classfile

Class Utility.JavaWriter

Enclosing Class:
Utility

private static class Utility.JavaWriter
extends FilterWriter

Encode bytes into valid java identifier characters. Used by encode()

Constructor Summary

JavaWriter(Writer out)

Method Summary

void
write(String str, int off, int len)
void
write(char[] cbuf, int off, int len)
void
write(int b)

Constructor Details

JavaWriter

public JavaWriter(Writer out)

Method Details

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