Uses of Class
org.jboss.marshalling.SimpleByteInput
-
Packages that use SimpleByteInput Package Description org.jboss.marshalling The marshalling API.org.jboss.marshalling.cloner org.jboss.marshalling.river The River protocol implementation package.org.jboss.marshalling.serial -
-
Uses of SimpleByteInput in org.jboss.marshalling
Subclasses of SimpleByteInput in org.jboss.marshalling Modifier and Type Class Description class
AbstractObjectInput
An abstract object input implementation.class
AbstractUnmarshaller
An abstract implementation of theUnmarshaller
interface.class
ByteInputStream
AnInputStream
which implementsByteInput
and reads bytes from anotherByteInput
.class
LimitedByteInput
A limited byte input stream.class
SimpleDataInput
A simple base implementation ofDataInput
which wraps aByteInput
. -
Uses of SimpleByteInput in org.jboss.marshalling.cloner
Subclasses of SimpleByteInput in org.jboss.marshalling.cloner Modifier and Type Class Description (package private) class
SerializingCloner.StepObjectInput
-
Uses of SimpleByteInput in org.jboss.marshalling.river
Subclasses of SimpleByteInput in org.jboss.marshalling.river Modifier and Type Class Description class
RiverUnmarshaller
-
Uses of SimpleByteInput in org.jboss.marshalling.serial
Subclasses of SimpleByteInput in org.jboss.marshalling.serial Modifier and Type Class Description class
SerialUnmarshaller
-