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