A specialized ByteBuf that stores data in reversed endian.
Class ByteBufReverseEndian from \
ByteBuf( )
This ByteBuf always stores data in he host machine's opposite endian (e.g. On a little endian machine it stores as big endian, and vice versa)
Attempting to change it has no effect, thus, to prevent unexpected behavior, calling setEndian() raises an error.
| Properties inherited from class ByteBuf | |
| BIG_ENDIAN | |
| LITTLE_ENDIAN | |
| NATIVE_ENDIAN | |
| REVERSE_ENDIAN | |