Extends {@link ByteRange} with additional methods to support tracking aconsumers position within the viewport. The API is extended with methods {@link #get()} and {@link #put(byte)} for interacting with the backingarray from the current position forward. This frees the caller from managing their own index into the array.
Designed to be a slimmed-down, mutable alternative to {@link ByteBuffer}.
|
|