| Package | Description |
|---|---|
| org.jsimpledb.util |
General utility classes used with JSimpleDB.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
UnsignedIntEncoder.write(ByteWriter writer,
int value)
Encode the given value to the output.
|
static void |
LongEncoder.write(ByteWriter writer,
long value)
Encode the given value to the output.
|
static void |
ByteUtil.writeInt(ByteWriter writer,
int value)
Write an
int as four big-endian bytes. |
static void |
ByteUtil.writeLong(ByteWriter writer,
long value)
Write a
long as eight big-endian bytes. |
| Constructor and Description |
|---|
ByteReader(ByteWriter writer)
Constructor.
|
ByteReader(ByteWriter writer,
int mark)
Constructor.
|
Copyright © 2016. All rights reserved.