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 Writer
IOException
public void write(Reader reader) throws IOException
IOException
public void write(String s) throws IOException
write
in class Writer
IOException
public void write(String s, int offset, int length) throws IOException
write
in class Writer
IOException
public void write(int c) throws IOException
write
in class Writer
IOException
public void flush() throws IOException
flush
in interface Flushable
flush
in class Writer
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class Writer
IOException