Joram 5.2.1

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

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

public class AMQPInputStream
extends java.lang.Object


Field Summary
static org.objectweb.util.monolog.api.Logger logger
           
 
Constructor Summary
AMQPInputStream(java.io.InputStream inputStream)
           
 
Method Summary
 java.lang.Object[] readArray()
           
 boolean readBit()
           
 int readLong()
           
 long readLonglong()
           
 LongString readLongstr()
           
 int readOctet()
           
 int readShort()
           
 java.lang.String readShortstr()
           
 java.util.Map readTable()
           
 java.util.Date readTimestamp()
           
 
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

AMQPInputStream

public AMQPInputStream(java.io.InputStream inputStream)
Method Detail

readShortstr

public final java.lang.String readShortstr()
                                    throws java.io.IOException
Throws:
java.io.IOException

readLongstr

public final LongString readLongstr()
                             throws java.io.IOException
Throws:
java.io.IOException

readShort

public final int readShort()
                    throws java.io.IOException
Throws:
java.io.IOException

readLong

public final int readLong()
                   throws java.io.IOException
Throws:
java.io.IOException

readLonglong

public final long readLonglong()
                        throws java.io.IOException
Throws:
java.io.IOException

readBit

public final boolean readBit()
                      throws java.io.IOException
Throws:
java.io.IOException

readTable

public final java.util.Map readTable()
                              throws java.io.IOException
Throws:
java.io.IOException

readArray

public final java.lang.Object[] readArray()
                                   throws java.io.IOException
Throws:
java.io.IOException

readOctet

public final int readOctet()
                    throws java.io.IOException
Throws:
java.io.IOException

readTimestamp

public final java.util.Date readTimestamp()
                                   throws java.io.IOException
Throws:
java.io.IOException

Joram 5.2.1

Copyright © 2005 Scalagent - All rights reserved