Closeable
, Flushable
, AutoCloseable
public class WriterOutputStream extends OutputStream
Constructor | Description |
---|---|
WriterOutputStream(Writer writer) |
Modifier and Type | Method | Description |
---|---|---|
void |
write(int b) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
close, flush, write, write
public WriterOutputStream(Writer writer)
public void write(int b) throws IOException
write
in class OutputStream
IOException