2.1.1.4Class ByteBufLittleEndian

A specialized ByteBuf that stores data in little endian.

Class ByteBufLittleEndian from \
                 ByteBuf( )

This ByteBuf always stores data in little 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