Schnittstelle DataStreamByteOrder


public interface DataStreamByteOrder
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static 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_ENDIAN
      Selects Big Endian byte order.
      Siehe auch:
    • LITTLE_ENDIAN

      static final int LITTLE_ENDIAN
      Selects Little Endian byte order.
      Siehe auch:
    • HOST_ENDIAN

      static final int HOST_ENDIAN
      Selects endianness based on host machine's architecture.
      Siehe auch: