|
JBoss Marshalling 1.3.0.GA | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.OutputStream
java.io.FilterOutputStream
org.jboss.marshalling.OutputStreamByteOutput
public class OutputStreamByteOutput

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.
| Field Summary |
|---|
| Fields inherited from class java.io.FilterOutputStream |
|---|
out |
| Constructor Summary | |
|---|---|
OutputStreamByteOutput(java.io.OutputStream outputStream)
Construct a new instance. |
|
| Method Summary |
|---|
| Methods inherited from class java.io.FilterOutputStream |
|---|
close, flush, write, write, write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jboss.marshalling.ByteOutput |
|---|
write, write, write |
| Methods inherited from interface java.io.Closeable |
|---|
close |
| Methods inherited from interface java.io.Flushable |
|---|
flush |
| Constructor Detail |
|---|
public OutputStreamByteOutput(java.io.OutputStream outputStream)
outputStream - the output stream to write to
|
JBoss Marshalling 1.3.0.GA | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||