public class InByteBuf extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
InByteBuf.SizedStructInfo |
| Modifier and Type | Field and Description |
|---|---|
Stack<InByteBuf.SizedStructInfo> |
structSize |
| Constructor and Description |
|---|
InByteBuf(byte[] buf) |
| Modifier and Type | Method and Description |
|---|---|
int |
bytesRemaining() |
int |
curPos() |
byte[] |
getRemaining() |
byte[] |
peekRemaining() |
void |
readArrayOfInts(Object arrX,
int intSize,
int numElems) |
void |
readArrayOfTpmObjects(Object arrX,
int numElems) |
byte |
readByte() |
byte[] |
readByteArray(int numBytes) |
int |
readInt() |
int |
readInt(int numBytes) |
long |
readLong() |
short |
readShort() |
void |
readTpmObject(TpmMarshaller m) |
public Stack<InByteBuf.SizedStructInfo> structSize
public byte readByte()
public short readShort()
public int readInt()
public long readLong()
public int readInt(int numBytes)
public byte[] readByteArray(int numBytes)
public void readArrayOfInts(Object arrX, int intSize, int numElems)
public void readArrayOfTpmObjects(Object arrX, int numElems)
public void readTpmObject(TpmMarshaller m)
public int curPos()
public int bytesRemaining()
public byte[] getRemaining()
public byte[] peekRemaining()
Copyright © 2017. All rights reserved.