INVALID
A sentinel value representing an invalid, missing, or exhausted capacity.
In the context of I/O operations, this is commonly returned to indicate that the end of a stream (EOF) has been reached, mirroring the -1 result returned by standard Java API's.
The underlying rawBytes value for this instance is -1L.