Closeable, Flushable, AutoCloseablepublic class WriterOutputStream extends OutputStream
| Constructor | Description |
|---|---|
WriterOutputStream(Writer writer) |
Creates a new WriterOutputStream.
|
WriterOutputStream(Writer writer,
String encoding) |
Creates a new WriterOutputStream.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
close() |
|
void |
flush() |
|
void |
write(byte[] buf) |
|
void |
write(byte[] buf,
int offset,
int length) |
|
void |
write(int b) |
public WriterOutputStream(Writer writer)
writer - the Writer to write topublic void close()
throws IOException
close in interface AutoCloseableclose in interface Closeableclose in class OutputStreamIOExceptionpublic void flush()
throws IOException
flush in interface Flushableflush in class OutputStreamIOExceptionpublic void write(byte[] buf,
int offset,
int length)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] buf)
throws IOException
write in class OutputStreamIOExceptionpublic void write(int b)
throws IOException
write in class OutputStreamIOExceptionCopyright © 2018 Apache Software Foundation. All rights reserved.