Package ch.bailu.gtk.gio
Schnittstelle DataStreamByteOrder
public interface DataStreamByteOrder
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
Selects Big Endian byte order.static final int
Selects endianness based on host machine's architecture.static final int
Selects Little Endian byte order.
-
Felddetails
-
BIG_ENDIAN
static final int BIG_ENDIANSelects Big Endian byte order.- Siehe auch:
-
LITTLE_ENDIAN
static final int LITTLE_ENDIANSelects Little Endian byte order.- Siehe auch:
-
HOST_ENDIAN
static final int HOST_ENDIANSelects endianness based on host machine's architecture.- Siehe auch:
-