| Constructor and Description |
|---|
Ser() |
| Modifier and Type | Method and Description |
|---|---|
protected static byte |
bool2byte(boolean val) |
protected static boolean |
byte2bool(byte b) |
protected static byte |
code(TypeKind kind) |
protected static TypeKind |
kind(int kindCode) |
protected static byte[] |
readBytes(ByteBuffer buf) |
protected static int |
readNum(ByteBuffer buf) |
protected static void |
writeBytes(ByteBuffer buf,
byte[] bytes) |
protected static void |
writeNum(ByteBuffer buf,
int len) |
protected static void writeNum(ByteBuffer buf, int len)
protected static int readNum(ByteBuffer buf)
protected static void writeBytes(ByteBuffer buf, byte[] bytes)
protected static byte[] readBytes(ByteBuffer buf)
protected static byte bool2byte(boolean val)
protected static boolean byte2bool(byte b)
protected static TypeKind kind(int kindCode)
protected static byte code(TypeKind kind)
Copyright © 2014–2016 Nikolche Mihajlovski and contributors. All rights reserved.