Java java.nio ByteOrder fields, constructors, methods, implement or subclass

Example usage for Java java.nio ByteOrder fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.nio ByteOrder.

The text is from its open source code.

Field

ByteOrderBIG_ENDIAN
This constant represents big endian.
ByteOrderLITTLE_ENDIAN
This constant represents little endian.

Method

booleanequals(Object obj)
Indicates whether some other object is "equal to" this one.
ByteOrdernativeOrder()
Returns the current platform byte order.
StringtoString()
Returns a string that describes this object.