public class JavaEncoder extends FilterWriter
out
Constructor and Description |
---|
JavaEncoder(Writer out) |
Modifier and Type | Method and Description |
---|---|
static String |
encode(String java) |
void |
write(char[] cbuf,
int off,
int len) |
void |
write(int c) |
void |
write(String str,
int off,
int len) |
close, flush
public JavaEncoder(Writer out)
public void write(int c) throws IOException
write
in class FilterWriter
IOException
public void write(char[] cbuf, int off, int len) throws IOException
write
in class FilterWriter
IOException
public void write(String str, int off, int len) throws IOException
write
in class FilterWriter
IOException
see also the complete user documentation .