public abstract class AbstractResultPacket extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AbstractResultPacket.ResultType |
Constructor and Description |
---|
AbstractResultPacket(ByteBuffer byteBuffer) |
Modifier and Type | Method and Description |
---|---|
long |
getLengthEncodedBinary()
Get next binary data encoded length.
|
byte[] |
getLengthEncodedBytes()
Get next data length encoded binary.
|
abstract AbstractResultPacket.ResultType |
getResultType() |
String |
getStringLengthEncodedBytes()
Read next binary String encoded.
|
int |
read24bitword()
Read 24 bit integer.
|
long |
readLong() |
short |
readShort() |
public AbstractResultPacket(ByteBuffer byteBuffer)
public abstract AbstractResultPacket.ResultType getResultType()
public long getLengthEncodedBinary()
public byte[] getLengthEncodedBytes()
public String getStringLengthEncodedBytes()
public short readShort()
public int read24bitword()
public long readLong()
Copyright © 2015. All rights reserved.