public class UnsynchronizedBufferedWriter extends Writer
| Constructor and Description |
|---|
UnsynchronizedBufferedWriter(Writer out) |
public UnsynchronizedBufferedWriter(Writer out)
public void write(char[] text,
int offset,
int length)
throws IOException
write in class WriterIOExceptionpublic void write(Reader reader) throws IOException
IOExceptionpublic void write(String s) throws IOException
write in class WriterIOExceptionpublic void write(String s, int offset, int length) throws IOException
write in class WriterIOExceptionpublic void write(int c)
throws IOException
write in class WriterIOExceptionpublic void flush()
throws IOException
flush in interface Flushableflush in class WriterIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class WriterIOException