2.1.1.3Class ByteBufBigEndian

A specialized ByteBuf that stores data in big endian.

Class ByteBufBigEndian from \
                 ByteBuf( )

This ByteBuf always stores data in big endian.

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
Made with http://www.falconpl.org