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, flushpublic JavaEncoder(Writer out)
public void write(int c)
throws IOException
write in class FilterWriterIOExceptionpublic void write(char[] cbuf,
int off,
int len)
throws IOException
write in class FilterWriterIOExceptionpublic void write(String str, int off, int len) throws IOException
write in class FilterWriterIOExceptionsee also the complete user documentation .