RuneHive-Tarnish
Neural OSRS Enhancement Framework
|
Public Attributes | |
LE | |
BE | |
ME | |
IME |
Represents the order in which bytes are written.
Definition at line 33 of file ByteOrder.java.
com.osroyale.net.codec.ByteOrder.BE |
Represents Big-endian
Definition at line 43 of file ByteOrder.java.
com.osroyale.net.codec.ByteOrder.IME |
Represents Inverse-middle-endian
Definition at line 53 of file ByteOrder.java.
com.osroyale.net.codec.ByteOrder.LE |
Represents Little-endian
Definition at line 38 of file ByteOrder.java.
com.osroyale.net.codec.ByteOrder.ME |
Represents Middle-endian
Definition at line 48 of file ByteOrder.java.