RuneHive-Tarnish
Neural OSRS Enhancement Framework
Loading...
Searching...
No Matches
com.osroyale.net.codec.ByteOrder Enum Reference

Public Attributes

 LE
 BE
 ME
 IME

Detailed Description

Represents the order in which bytes are written.

Author
nshusa

Definition at line 33 of file ByteOrder.java.

Member Data Documentation

◆ BE

com.osroyale.net.codec.ByteOrder.BE

Represents Big-endian

Definition at line 43 of file ByteOrder.java.

◆ IME

com.osroyale.net.codec.ByteOrder.IME

Represents Inverse-middle-endian

Definition at line 53 of file ByteOrder.java.

◆ LE

com.osroyale.net.codec.ByteOrder.LE

Represents Little-endian

Definition at line 38 of file ByteOrder.java.

◆ ME

com.osroyale.net.codec.ByteOrder.ME

Represents Middle-endian

Definition at line 48 of file ByteOrder.java.


The documentation for this enum was generated from the following file: