Spec-Zone .ru
спецификации, руководства, описания, API
Please note that the specifications and other information contained herein are not final and are subject to change. The information is being made available to you solely for purpose of evaluation.

Java™ Platform
Standard Ed. 7

DRAFT ea-b118

Uses of Class
java.nio.ByteOrder

Packages that use ByteOrder
Package Description
java.nio Defines buffers, which are containers for data, and provides an overview of the other NIO packages. 
javax.imageio.stream A package of the Java Image I/O API dealing with low-level I/O from files and streams. 
 

Uses of ByteOrder in java.nio
 

Fields in java.nio declared as ByteOrder
Modifier and Type Field and Description
static ByteOrder ByteOrder.BIG_ENDIAN
          Constant denoting big-endian byte order.
static ByteOrder ByteOrder.LITTLE_ENDIAN
          Constant denoting little-endian byte order.
 

Methods in java.nio that return ByteOrder
Modifier and Type Method and Description
static ByteOrder ByteOrder.nativeOrder()
          Retrieves the native byte order of the underlying platform.
abstract  ByteOrder DoubleBuffer.order()
          Retrieves this buffer's byte order.
abstract  ByteOrder FloatBuffer.order()
          Retrieves this buffer's byte order.
abstract  ByteOrder LongBuffer.order()
          Retrieves this buffer's byte order.
abstract  ByteOrder IntBuffer.order()
          Retrieves this buffer's byte order.
abstract  ByteOrder ShortBuffer.order()
          Retrieves this buffer's byte order.
abstract  ByteOrder CharBuffer.order()
          Retrieves this buffer's byte order.
 ByteOrder ByteBuffer.order()
          Retrieves this buffer's byte order.
 

Methods in java.nio with parameters of type ByteOrder
Modifier and Type Method and Description
 ByteBuffer ByteBuffer.order(ByteOrder bo)
          Modifies this buffer's byte order.
 

Uses of ByteOrder in javax.imageio.stream
 

Fields in javax.imageio.stream declared as ByteOrder
Modifier and Type Field and Description
protected  ByteOrder ImageInputStreamImpl.byteOrder
          The byte order of the stream as an instance of the enumeration class java.nio.ByteOrder, where ByteOrder.BIG_ENDIAN indicates network byte order and ByteOrder.LITTLE_ENDIAN indicates the reverse order.
 

Methods in javax.imageio.stream that return ByteOrder
Modifier and Type Method and Description
 ByteOrder ImageInputStreamImpl.getByteOrder()
           
 ByteOrder ImageInputStream.getByteOrder()
          Returns the byte order with which data values will be read from this stream as an instance of the java.nio.ByteOrder enumeration.
 

Methods in javax.imageio.stream with parameters of type ByteOrder
Modifier and Type Method and Description
 void ImageInputStreamImpl.setByteOrder(ByteOrder byteOrder)
           
 void ImageInputStream.setByteOrder(ByteOrder byteOrder)
          Sets the desired byte order for future reads of data values from this stream.
 


Java™ Platform
Standard Ed. 7

DRAFT ea-b118

Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Copyright © 1993, 2010, Oracle Corporation. All rights reserved.
DRAFT ea-b118

Scripting on this page tracks web page traffic, but does not change the content in any way.