com.rabbitmq.client.impl
public class ValueReader extends java.lang.Object
| Constructor and Description |
|---|
ValueReader(java.io.DataInputStream in)
Construct a MethodArgumentReader streaming over the given DataInputStream.
|
| Modifier and Type | Method and Description |
|---|---|
int |
readLong()
Public API - reads an integer.
|
long |
readLonglong()
Public API - reads a long integer.
|
LongString |
readLongstr()
Public API - reads a long string.
|
int |
readOctet()
Public API - reads an octet.
|
int |
readShort()
Public API - reads a short integer.
|
java.lang.String |
readShortstr()
Public API - reads a short string.
|
java.util.Map<java.lang.String,java.lang.Object> |
readTable()
Public API - reads a table.
|
java.util.Date |
readTimestamp()
Public API - reads an timestamp.
|
public ValueReader(java.io.DataInputStream in)
public final java.lang.String readShortstr()
throws java.io.IOException
java.io.IOExceptionpublic final LongString readLongstr() throws java.io.IOException
java.io.IOExceptionpublic final int readShort()
throws java.io.IOException
java.io.IOExceptionpublic final int readLong()
throws java.io.IOException
java.io.IOExceptionpublic final long readLonglong()
throws java.io.IOException
java.io.IOExceptionpublic final java.util.Map<java.lang.String,java.lang.Object> readTable()
throws java.io.IOException
java.io.IOExceptionpublic final int readOctet()
throws java.io.IOException
java.io.IOExceptionpublic final java.util.Date readTimestamp()
throws java.io.IOException
java.io.IOException