| Package | Description |
|---|---|
| org.jsimpledb.util |
General utility classes used with JSimpleDB.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
UnsignedIntEncoder.read(ByteReader reader)
Read and decode a value from the input.
|
static long |
LongEncoder.read(ByteReader reader)
Read and decode a value from the input.
|
static int |
ByteUtil.readInt(ByteReader reader)
Read an
int as four big-endian bytes. |
static long |
ByteUtil.readLong(ByteReader reader)
Read a
long as eight big-endian bytes. |
static void |
UnsignedIntEncoder.skip(ByteReader reader)
Skip a value from the input.
|
static void |
LongEncoder.skip(ByteReader reader)
Skip a value from the input.
|
void |
ByteWriter.write(ByteReader reader)
Read all remaining content from the given
ByteReader and write it to this instance. |
Copyright © 2016. All rights reserved.