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
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 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.