JBoss Marshalling 1.2.1.GA

Uses of Interface
org.jboss.marshalling.ByteOutput

Packages that use ByteOutput
org.jboss.marshalling The marshalling API. 
 

Uses of ByteOutput in org.jboss.marshalling
 

Subinterfaces of ByteOutput in org.jboss.marshalling
 interface Marshaller
          An object marshaller for writing objects to byte streams.
 

Classes in org.jboss.marshalling that implement ByteOutput
 class AbstractMarshaller
          An abstract implementation of the Marshaller interface.
 class NioByteOutput
          A ByteOutput implementation which writes out ByteBuffers to a consumer.
 class ObjectOutputStreamMarshaller
          A Marshaller which simply wraps an object stream.
 

Fields in org.jboss.marshalling declared as ByteOutput
protected  ByteOutput AbstractMarshaller.byteOutput
          The current byte output.
 

Methods in org.jboss.marshalling that return ByteOutput
static ByteOutput Marshalling.createByteOutput(ByteBuffer buffer)
          Create a ByteOutput wrapper for a ByteBuffer.
static ByteOutput Marshalling.createByteOutput(OutputStream outputStream)
          Create a ByteOutput wrapper for an OutputStream.
 ByteOutput BytePipe.getOutput()
          Get the output side of this pipe.
 

Methods in org.jboss.marshalling with parameters of type ByteOutput
static OutputStream Marshalling.createOutputStream(ByteOutput byteOutput)
          Create a OutputStream wrapper for a ByteOutput.
 void Marshaller.start(ByteOutput newOutput)
          Begin marshalling to a stream.
 void AbstractMarshaller.start(ByteOutput byteOutput)
          Begin marshalling to a stream.
 void ObjectOutputStreamMarshaller.start(ByteOutput newOutput)
          Begin marshalling to a stream.
 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 ByteOutput
MarshallingObjectOutputStream(Marshaller marshaller, ByteOutput byteOutput)
          Construct a new instance that delegates to the given marshaller.
 


JBoss Marshalling 1.2.1.GA

Copyright © 2010 JBoss, a division of Red Hat, Inc.