Constructor and Description |
---|
MethodArgumentReader(ValueReader in)
Construct a MethodArgumentReader from the given
ValueReader . |
Modifier and Type | Method and Description |
---|---|
boolean |
readBit()
Public API - reads a bit/boolean argument.
|
int |
readLong()
Public API - reads an integer argument.
|
long |
readLonglong()
Public API - reads a long integer argument.
|
LongString |
readLongstr()
Public API - reads a long string argument.
|
int |
readOctet()
Public API - reads an octet argument.
|
int |
readShort()
Public API - reads a short integer argument.
|
String |
readShortstr()
Public API - reads a short string argument.
|
Map<String,Object> |
readTable()
Public API - reads a table argument.
|
Date |
readTimestamp()
Public API - reads an timestamp argument.
|
public MethodArgumentReader(ValueReader in)
ValueReader
.public final String readShortstr() throws IOException
IOException
public final LongString readLongstr() throws IOException
IOException
public final int readShort() throws IOException
IOException
public final int readLong() throws IOException
IOException
public final long readLonglong() throws IOException
IOException
public final boolean readBit() throws IOException
IOException
public final Map<String,Object> readTable() throws IOException
IOException
public final int readOctet() throws IOException
IOException
public final Date readTimestamp() throws IOException
IOException
Copyright © 2022 VMware, Inc. or its affiliates.. All rights reserved.