org.objectweb.joram.mom.amqp.marshalling
Class AMQPInputStream
java.lang.Object
org.objectweb.joram.mom.amqp.marshalling.AMQPInputStream
public class AMQPInputStream
- 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
AMQPInputStream
public AMQPInputStream(java.io.InputStream inputStream)
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
Copyright © 2005 Scalagent - All rights reserved