JBoss Marshalling 1.3.0.CR9

org.jboss.marshalling
Class SimpleByteOutput

java.lang.Object
  extended by java.io.OutputStream
      extended by org.jboss.marshalling.SimpleByteOutput
All Implemented Interfaces:
Closeable, Flushable, ByteOutput
Direct Known Subclasses:
ByteOutputStream

public abstract class SimpleByteOutput
extends OutputStream
implements ByteOutput

A simple byte output which extends OutputStream.


Constructor Summary
SimpleByteOutput()
           
 
Method Summary
 
Methods inherited from class java.io.OutputStream
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

SimpleByteOutput

public SimpleByteOutput()

JBoss Marshalling 1.3.0.CR9

Copyright © 2011 JBoss, a division of Red Hat, Inc.