org.objectweb.joram.mom.amqp.marshalling
Class AMQPOutputStream
java.lang.Object
org.objectweb.joram.mom.amqp.marshalling.AMQPOutputStream
public class AMQPOutputStream
- extends java.lang.Object
Field Summary |
static org.objectweb.util.monolog.api.Logger |
logger
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
public static org.objectweb.util.monolog.api.Logger logger
AMQPOutputStream
public AMQPOutputStream(java.io.OutputStream outputStream)
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
Copyright © 2005 Scalagent - All rights reserved