Uses of Class
org.jboss.marshalling.SimpleByteInput
-
Packages that use SimpleByteInput Package Description org.jboss.marshalling The marshalling API. -
-
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
-