public class ValueReader extends Object
| Constructor and Description |
|---|
ValueReader(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.
|
String |
readShortstr()
Public API - reads a short string.
|
Map<String,Object> |
readTable()
Public API - reads a table.
|
Date |
readTimestamp()
Public API - reads an timestamp.
|
public ValueReader(DataInputStream in)
public final String readShortstr() throws IOException
IOExceptionpublic final LongString readLongstr() throws IOException
IOExceptionpublic final int readShort()
throws IOException
IOExceptionpublic final int readLong()
throws IOException
IOExceptionpublic final long readLonglong()
throws IOException
IOExceptionpublic final Map<String,Object> readTable() throws IOException
IOExceptionpublic final int readOctet()
throws IOException
IOExceptionpublic final Date readTimestamp() throws IOException
IOExceptionCopyright © 2021 VMware, Inc. or its affiliates.. All rights reserved.