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 TypeInterfaceDescriptioninterfaceAn unmarshaller which reads objects from a stream.Classes in org.jboss.marshalling that implement ByteInputModifier and TypeClassDescriptionclassAn abstract object input implementation.classAn abstract implementation of theUnmarshallerinterface.classAnInputStreamwhich implementsByteInputand reads bytes from aByteBuffer.classAnInputStreamwhich implementsByteInputand reads bytes from anotherByteInput.classAnInputStreamimplementingByteInputwhich reads input from anotherInputStream.classA limited byte input stream.classA marshaller's object input stream.classAn Unmarshaller which simply wraps an object stream.classA simple byte input which extendsInputStream.classFields in org.jboss.marshalling declared as ByteInputModifier and TypeFieldDescriptionprotected ByteInputByteInputStream.byteInputprivate final ByteInputBytePipe.inputMethods in org.jboss.marshalling that return ByteInputModifier and TypeMethodDescriptionstatic ByteInputMarshalling.createByteInput(InputStream inputStream) Create aByteInputwrapper for anInputStream.static ByteInputMarshalling.createByteInput(ByteBuffer buffer) Create aByteInputwrapper for aByteBuffer.BytePipe.getInput()Get the input side of this pipe.Methods in org.jboss.marshalling with parameters of type ByteInputModifier and TypeMethodDescriptionstatic InputStreamMarshalling.createInputStream(ByteInput byteInput) Create anInputStreamwrapper for aByteInput.static voidRead bytes from aByteInput.static voidRead bytes from aByteInput.voidMarshalling.StaticStreamHeader.readHeader(ByteInput input) voidStreamHeader.readHeader(ByteInput input) Read the stream header from the stream.static StringUTFUtils.readUTFBytes(ByteInput input, int len) Read the given number of characters from the given byte input.static StringUTFUtils.readUTFBytesByByteCount(ByteInput input, long len) Read the given number of characters from the given byte input.private static intUTFUtils.readUTFChar(ByteInput input) static StringUTFUtils.readUTFZBytes(ByteInput input) Read a null-terminated modified UTF-8 string from the given byte input.voidStart reading from the given input.voidBegin unmarshalling from a stream.protected voidStart reading from the given input.voidBegin 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) classMethods 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 classclassclassMethods 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 classfinal classfinal classMethods in org.jboss.marshalling.serial with parameters of type ByteInput