See: Description
| Class | Description |
|---|---|
| BinaryLock |
Instances of
BinaryLock can be used to prevent concurrent access to the same resource, so, in essence, this
is a very simplified Lock implementation, however lacking many advanced capabilities. |
| BitManip |
A utility class with static methods for accessing individual bits of bytes.
|
| Debug |
This class provides static methods for printing the bytes of
ByteBuffer objects. |
| FastByteArrayProvider |
Instances of this class can serve as a source for byte arrays of specified lengths.
|
| ReadWrite |
This utility class contains static methods for reading/writing integers of various lengths and character strings
from/to
ByteBuffer objects and byte arrays. |
| SerialArithmeticNumber |
A class for serial number arithmetics, as defined in
[RFC 1982], with SERIAL_BITS = 32. |
Copyright © 2013 University of Konstanz, Distributed Systems Group. All Rights Reserved.