| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ByteOrder | |
|---|---|
| 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 | |
|---|---|
| static ByteOrder | ByteOrder.BIG_ENDIANConstant denoting big-endian byte order. | 
| static ByteOrder | ByteOrder.LITTLE_ENDIANConstant denoting little-endian byte order. | 
| Methods in java.nio that return ByteOrder | |
|---|---|
| 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 | |
|---|---|
|  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 | |
|---|---|
| protected  ByteOrder | ImageInputStreamImpl.byteOrderThe byte order of the stream as an instance of the enumeration class java.nio.ByteOrder, whereByteOrder.BIG_ENDIANindicates network byte order
 andByteOrder.LITTLE_ENDIANindicates the reverse
 order. | 
| Methods in javax.imageio.stream that return ByteOrder | |
|---|---|
|  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.ByteOrderenumeration. | 
| Methods in javax.imageio.stream with parameters of type ByteOrder | |
|---|---|
|  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. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.