Uses of Interface
org.jboss.marshalling.ByteOutput
Packages that use ByteOutput
Package
Description
The marshalling API.
The River protocol implementation package.
-
Uses of ByteOutput in org.jboss.marshalling
Subinterfaces of ByteOutput in org.jboss.marshallingModifier and TypeInterfaceDescriptioninterface
An object marshaller for writing objects to byte streams.Classes in org.jboss.marshalling that implement ByteOutputModifier and TypeClassDescriptionclass
An abstract implementation of theMarshaller
interface.class
An abstract object output implementation.class
AnOutputStream
implementingByteOutput
which writes to aByteBuffer
.class
AnOutputStream
which implementsByteOutput
and writes bytes to anotherByteOutput
.class
A limited byte output stream.class
A marshaller's object output stream.class
A Marshaller which simply wraps an object stream.class
AnOutputStream
which implementsByteInput
and reads data from anotherOutputStream
.class
A simple byte output which extendsOutputStream
.class
A simple base implementation ofDataOutput
which wraps aByteOutput
.Fields in org.jboss.marshalling declared as ByteOutputModifier and TypeFieldDescriptionprotected ByteOutput
ByteOutputStream.byteOutput
private final ByteOutput
BytePipe.output
Methods in org.jboss.marshalling that return ByteOutputModifier and TypeMethodDescriptionstatic ByteOutput
Marshalling.createByteOutput
(OutputStream outputStream) Create aByteOutput
wrapper for anOutputStream
.static ByteOutput
Marshalling.createByteOutput
(ByteBuffer buffer) Create aByteOutput
wrapper for aByteBuffer
.BytePipe.getOutput()
Get the output side of this pipe.Methods in org.jboss.marshalling with parameters of type ByteOutputModifier and TypeMethodDescriptionstatic OutputStream
Marshalling.createOutputStream
(ByteOutput byteOutput) Create aOutputStream
wrapper for aByteOutput
.void
AbstractMarshaller.start
(ByteOutput byteOutput) Begin writing to a stream.void
Marshaller.start
(ByteOutput newOutput) Begin marshalling to a stream.void
ObjectOutputStreamMarshaller.start
(ByteOutput newOutput) Begin marshalling to a stream.protected void
SimpleDataOutput.start
(ByteOutput byteOutput) Begin writing to a stream.void
Marshalling.StaticStreamHeader.writeHeader
(ByteOutput output) void
StreamHeader.writeHeader
(ByteOutput output) Write the stream header to the stream.static void
UTFUtils.writeUTFBytes
(ByteOutput output, String s) Write the modified UTF-8 form of the given string to the given output.Constructors in org.jboss.marshalling with parameters of type ByteOutputModifierConstructorDescriptionByteOutputStream
(ByteOutput byteOutput) Construct a new instance.LimitedByteOutput
(ByteOutput byteOutput, long limit) Construct a new instance.protected
MarshallingObjectOutputStream
(Marshaller marshaller, ByteOutput byteOutput) Construct a new instance that delegates to the given marshaller.SimpleDataOutput
(int bufferSize, ByteOutput byteOutput) Construct a new instance.SimpleDataOutput
(ByteOutput byteOutput) Construct a new instance with a default buffer size. -
Uses of ByteOutput in org.jboss.marshalling.cloner
Classes in org.jboss.marshalling.cloner that implement ByteOutputModifier and TypeClassDescription(package private) class
(package private) class
Methods in org.jboss.marshalling.cloner with parameters of type ByteOutputModifier and TypeMethodDescriptionvoid
SerializingCloner.StepObjectOutput.start
(ByteOutput byteOutput) -
Uses of ByteOutput in org.jboss.marshalling.river
Classes in org.jboss.marshalling.river that implement ByteOutputModifier and TypeClassDescriptionfinal class
class
class
Methods in org.jboss.marshalling.river with parameters of type ByteOutputModifier and TypeMethodDescriptionvoid
BlockMarshaller.start
(ByteOutput newOutput) void
RiverMarshaller.start
(ByteOutput byteOutput) -
Uses of ByteOutput in org.jboss.marshalling.serial
Classes in org.jboss.marshalling.serial that implement ByteOutputModifier and TypeClassDescriptionfinal class
final class
final class
Methods in org.jboss.marshalling.serial with parameters of type ByteOutputModifier and TypeMethodDescriptionvoid
BlockMarshaller.start
(ByteOutput newOutput) void
SerialMarshaller.start
(ByteOutput byteOutput)