public class OutputStreamWriteAdapter extends AbstractByteWriteAdapter
ByteWriteAdapter
which forwards all writes to the
OutputStream
specified when creating the adapter.Constructor and Description |
---|
OutputStreamWriteAdapter(OutputStream outputStream) |
Modifier and Type | Method and Description |
---|---|
void |
flush() |
void |
write(byte b) |
write, write
public OutputStreamWriteAdapter(OutputStream outputStream)
public void write(byte b) throws IOException
IOException
public void flush() throws IOException
IOException
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.