Uses of Class
org.jboss.marshalling.SimpleByteOutput
-
Packages that use SimpleByteOutput Package Description org.jboss.marshalling The marshalling API. -
-
Uses of SimpleByteOutput in org.jboss.marshalling
Subclasses of SimpleByteOutput in org.jboss.marshalling Modifier and Type Class Description class
AbstractMarshaller
An abstract implementation of theMarshaller
interface.class
AbstractObjectOutput
An abstract object output implementation.class
ByteOutputStream
AnOutputStream
which implementsByteOutput
and writes bytes to anotherByteOutput
.class
LimitedByteOutput
A limited byte output stream.class
SimpleDataOutput
A simple base implementation ofDataOutput
which wraps aByteOutput
.
-