public static class JavaUtil.N2AFilter extends FilterWriter
out| Modifier and Type | Method and Description |
|---|---|
void |
write(char c) |
void |
write(char[] cbuf) |
void |
write(char[] ac,
int off,
int len) |
void |
write(int c) |
void |
write(String str) |
void |
write(String str,
int off,
int len) |
close, flushpublic N2AFilter(Writer writer)
public void write(char[] cbuf)
throws IOException
write in class WriterIOExceptionpublic void write(int c)
throws IOException
write in class FilterWriterIOExceptionpublic void write(char c)
throws IOException
IOExceptionpublic void write(char[] ac,
int off,
int len)
throws IOException
write in class FilterWriterIOExceptionpublic void write(String str) throws IOException
write in class WriterIOExceptionpublic void write(String str, int off, int len) throws IOException
write in class FilterWriterIOExceptionCopyright © 2017–2019 Eclipse Foundation. All rights reserved.