Uses of Interface
org.jboss.marshalling.ByteInput
Packages that use ByteInput
Package
Description
The marshalling API.
The River protocol implementation package.
-
Uses of ByteInput in org.jboss.marshalling
Subinterfaces of ByteInput in org.jboss.marshallingModifier and TypeInterfaceDescriptioninterface
An unmarshaller which reads objects from a stream.Classes in org.jboss.marshalling that implement ByteInputModifier and TypeClassDescriptionclass
An abstract object input implementation.class
An abstract implementation of theUnmarshaller
interface.class
AnInputStream
which implementsByteInput
and reads bytes from aByteBuffer
.class
AnInputStream
which implementsByteInput
and reads bytes from anotherByteInput
.class
AnInputStream
implementingByteInput
which reads input from anotherInputStream
.class
A limited byte input stream.class
A marshaller's object input stream.class
An Unmarshaller which simply wraps an object stream.class
A simple byte input which extendsInputStream
.class
Fields in org.jboss.marshalling declared as ByteInputModifier and TypeFieldDescriptionprotected ByteInput
ByteInputStream.byteInput
private final ByteInput
BytePipe.input
Methods in org.jboss.marshalling that return ByteInputModifier and TypeMethodDescriptionstatic ByteInput
Marshalling.createByteInput
(InputStream inputStream) Create aByteInput
wrapper for anInputStream
.static ByteInput
Marshalling.createByteInput
(ByteBuffer buffer) Create aByteInput
wrapper for aByteBuffer
.BytePipe.getInput()
Get the input side of this pipe.Methods in org.jboss.marshalling with parameters of type ByteInputModifier and TypeMethodDescriptionstatic InputStream
Marshalling.createInputStream
(ByteInput byteInput) Create anInputStream
wrapper for aByteInput
.static void
Read bytes from aByteInput
.static void
Read bytes from aByteInput
.void
Marshalling.StaticStreamHeader.readHeader
(ByteInput input) void
StreamHeader.readHeader
(ByteInput input) Read the stream header from the stream.static String
UTFUtils.readUTFBytes
(ByteInput input, int len) Read the given number of characters from the given byte input.static String
UTFUtils.readUTFBytesByByteCount
(ByteInput input, long len) Read the given number of characters from the given byte input.private static int
UTFUtils.readUTFChar
(ByteInput input) static String
UTFUtils.readUTFZBytes
(ByteInput input) Read a null-terminated modified UTF-8 string from the given byte input.void
Start reading from the given input.void
Begin unmarshalling from a stream.protected void
Start reading from the given input.void
Begin unmarshalling from a stream.Constructors in org.jboss.marshalling with parameters of type ByteInputModifierConstructorDescriptionByteInputStream
(ByteInput byteInput) Create a new instance.LimitedByteInput
(ByteInput byteInput, long limit) Create a new instance.SimpleDataInput
(int bufferSize, ByteInput byteInput) Construct a new instance.SimpleDataInput
(ByteInput byteInput) Construct a new instance.UnmarshallingObjectInputStream
(Unmarshaller unmarshaller, ByteInput byteInput) Construct a new instance which delegates to the given unmarshaller, reading from the given input. -
Uses of ByteInput in org.jboss.marshalling.cloner
Classes in org.jboss.marshalling.cloner that implement ByteInputModifier and TypeClassDescription(package private) class
(package private) class
Methods in org.jboss.marshalling.cloner with parameters of type ByteInput -
Uses of ByteInput in org.jboss.marshalling.river
Classes in org.jboss.marshalling.river that implement ByteInputModifier and TypeClassDescriptionfinal class
class
class
Methods in org.jboss.marshalling.river with parameters of type ByteInput -
Uses of ByteInput in org.jboss.marshalling.serial
Classes in org.jboss.marshalling.serial that implement ByteInputModifier and TypeClassDescriptionfinal class
final class
final class
Methods in org.jboss.marshalling.serial with parameters of type ByteInput