Joram 5.2.4

org.objectweb.joram.mom.amqp.marshalling
Class AMQPOutputStream

java.lang.Object
  extended by org.objectweb.joram.mom.amqp.marshalling.AMQPOutputStream

public class AMQPOutputStream
extends java.lang.Object


Field Summary
static org.objectweb.util.monolog.api.Logger logger
           
 
Constructor Summary
AMQPOutputStream(java.io.OutputStream outputStream)
           
 
Method Summary
 void writeBit(boolean b)
           
 void writeByte(byte b)
           
 void writeLong(int l)
           
 void writeLonglong(long l)
           
 void writeLongstr(LongString str)
           
 void writeLongstr(java.lang.String str)
           
 void writeOctet(byte octet)
           
 void writeOctet(int octet)
           
 void writeShort(int s)
           
 void writeShort(short s)
           
 void writeShortstr(java.lang.String str)
           
 void writeTable(java.util.Map table)
           
 void writeTimestamp(java.util.Date timestamp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

public static org.objectweb.util.monolog.api.Logger logger
Constructor Detail

AMQPOutputStream

public AMQPOutputStream(java.io.OutputStream outputStream)
Method Detail

writeShortstr

public final void writeShortstr(java.lang.String str)
                         throws java.io.IOException
Throws:
java.io.IOException

writeLongstr

public final void writeLongstr(LongString str)
                        throws java.io.IOException
Throws:
java.io.IOException

writeLongstr

public final void writeLongstr(java.lang.String str)
                        throws java.io.IOException
Throws:
java.io.IOException

writeShort

public final void writeShort(short s)
                      throws java.io.IOException
Throws:
java.io.IOException

writeShort

public final void writeShort(int s)
                      throws java.io.IOException
Throws:
java.io.IOException

writeLong

public final void writeLong(int l)
                     throws java.io.IOException
Throws:
java.io.IOException

writeLonglong

public final void writeLonglong(long l)
                         throws java.io.IOException
Throws:
java.io.IOException

writeByte

public final void writeByte(byte b)
                     throws java.io.IOException
Throws:
java.io.IOException

writeBit

public final void writeBit(boolean b)
                    throws java.io.IOException
Throws:
java.io.IOException

writeTable

public final void writeTable(java.util.Map table)
                      throws java.io.IOException
Throws:
java.io.IOException

writeOctet

public final void writeOctet(int octet)
                      throws java.io.IOException
Throws:
java.io.IOException

writeOctet

public final void writeOctet(byte octet)
                      throws java.io.IOException
Throws:
java.io.IOException

writeTimestamp

public final void writeTimestamp(java.util.Date timestamp)
                          throws java.io.IOException
Throws:
java.io.IOException

Joram 5.2.4

Copyright © 2000 - 2009 Scalagent D.T. - All rights reserved