| net.consensys.cava.bytes.AbstractBytes |
An abstract Bytes value that provides implementations of |
| net.consensys.cava.bytes.Bytes |
A value made of bytes. This interface makes no thread-safety guarantee, and a Bytes value is generally not thread safe. However, specific implementations may be thread-safe. For instance, the value returned by |
| net.consensys.cava.bytes.Bytes32 |
A Bytes value that is guaranteed to contain exactly 32 bytes. |
| net.consensys.cava.bytes.MutableByteBufferWrappingBytes | |
| net.consensys.cava.bytes.MutableBytes |
A mutable Bytes value. |
| net.consensys.cava.bytes.MutableBytes32 |
A mutable Bytes32, that is a mutable Bytes value of exactly 32 bytes. |