Package com.rabbitmq.client.impl
Class MethodArgumentReader
java.lang.Object
com.rabbitmq.client.impl.MethodArgumentReader
Parses AMQP wire-protocol
Method
arguments from a
DataInputStream. Methods on this object are usually called from
generated code.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
readBit()
Public API - reads a bit/boolean argument.final int
readLong()
Public API - reads an integer argument.final long
Public API - reads a long integer argument.final LongString
Public API - reads a long string argument.final int
Public API - reads an octet argument.final int
Public API - reads a short integer argument.final String
Public API - reads a short string argument.Public API - reads a table argument.final Date
Public API - reads an timestamp argument.
-
Constructor Details
-
MethodArgumentReader
Construct a MethodArgumentReader from the givenValueReader
.
-
-
Method Details
-
readShortstr
Public API - reads a short string argument.- Throws:
IOException
-
readLongstr
Public API - reads a long string argument.- Throws:
IOException
-
readShort
Public API - reads a short integer argument.- Throws:
IOException
-
readLong
Public API - reads an integer argument.- Throws:
IOException
-
readLonglong
Public API - reads a long integer argument.- Throws:
IOException
-
readBit
Public API - reads a bit/boolean argument.- Throws:
IOException
-
readTable
Public API - reads a table argument.- Throws:
IOException
-
readOctet
Public API - reads an octet argument.- Throws:
IOException
-
readTimestamp
Public API - reads an timestamp argument.- Throws:
IOException
-