| java.lang.Object | |
| ↳ | java.nio.ByteOrder | 
Defines byte order constants.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| BIG_ENDIAN | This constant represents big endian. | ||||||||||
| LITTLE_ENDIAN | This constant represents little endian. | ||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
          Returns the current platform byte order.
          
    
         
  
   | |||||||||||
          Returns a string that describes this object.
          
    
         
  
   | |||||||||||
| 
  [Expand]
   Inherited Methods  | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
   
From class
  java.lang.Object
 | |||||||||||
This constant represents little endian.
Returns the current platform byte order.
Returns a string that describes this object.
ByteOrder.BIG_ENDIAN
         objects, "LITTLE_ENDIAN" for
         ByteOrder.LITTLE_ENDIAN objects.