public class UnsynchronizedBufferedWriter
extends java.io.Writer
Constructor and Description |
---|
UnsynchronizedBufferedWriter(java.io.Writer out) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
flush() |
void |
write(char[] text,
int offset,
int length) |
void |
write(int c) |
void |
write(java.io.Reader reader) |
void |
write(java.lang.String s) |
void |
write(java.lang.String s,
int offset,
int length) |
public UnsynchronizedBufferedWriter(java.io.Writer out)
public void write(char[] text, int offset, int length) throws java.io.IOException
write
in class java.io.Writer
java.io.IOException
public void write(java.io.Reader reader) throws java.io.IOException
java.io.IOException
public void write(java.lang.String s) throws java.io.IOException
write
in class java.io.Writer
java.io.IOException
public void write(java.lang.String s, int offset, int length) throws java.io.IOException
write
in class java.io.Writer
java.io.IOException
public void write(int c) throws java.io.IOException
write
in class java.io.Writer
java.io.IOException
public void flush() throws java.io.IOException
flush
in interface java.io.Flushable
flush
in class java.io.Writer
java.io.IOException
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class java.io.Writer
java.io.IOException