org.jboss.marshalling
Class OutputStreamByteOutput
java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
org.jboss.marshalling.OutputStreamByteOutput
- All Implemented Interfaces:
- Closeable, Flushable, ByteOutput
public class OutputStreamByteOutput
- extends FilterOutputStream
- implements ByteOutput
An OutputStream
which implements ByteInput
and reads data from another OutputStream
.
Usually the Marshalling.createByteOutput(java.nio.ByteBuffer)
method should be used to create instances because
it can detect when the target already extends OutputStream
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OutputStreamByteOutput
public OutputStreamByteOutput(OutputStream outputStream)
- Construct a new instance.
- Parameters:
outputStream
- the output stream to write to
Copyright © 2011 JBoss, a division of Red Hat, Inc.