|
JavaTM 2 Platform Std. Ed. v1.4.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use java.nio | |
java.nio | Defines buffers, which are containers for data, and provides an overview of the other NIO packages. |
java.nio.channels | Defines channels, which represent connections to entities that are capable of performing I/O operations, such as files and sockets; defines selectors, for multiplexed, non-blocking I/O operations. |
java.nio.charset | Defines charsets, decoders, and encoders, for translating between bytes and Unicode characters. |
javax.imageio.stream | A package of the Java Image I/O API dealing with low-level I/O from files and streams. |
Classes in java.nio used by java.nioBuffer
|
A container for data of a specific primitive type. ByteBuffer
|
A byte buffer. ByteOrder
|
A typesafe enumeration for byte orders. CharBuffer
|
A character buffer. DoubleBuffer
|
A double buffer. FloatBuffer
|
A float buffer. IntBuffer
|
An int buffer. LongBuffer
|
A long buffer. MappedByteBuffer
|
A direct byte buffer whose content is a memory-mapped region of a file. ShortBuffer
|
A short buffer. |
Classes in java.nio used by java.nio.channelsByteBuffer
|
A byte buffer. MappedByteBuffer
|
A direct byte buffer whose content is a memory-mapped region of a file. |
Classes in java.nio used by java.nio.charsetByteBuffer
|
A byte buffer. CharBuffer
|
A character buffer. |
Classes in java.nio used by javax.imageio.streamByteOrder
|
A typesafe enumeration for byte orders. |
|
JavaTM 2 Platform Std. Ed. v1.4.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright 2002 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.