This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.


Package java.nio

Class Summary
Buffer 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.
 

Exception Summary
BufferOverflowException Unchecked exception thrown when a relative put operation reaches the target buffer's limit.
BufferUnderflowException Unchecked exception thrown when a relative get operation reaches the source buffer's limit.
InvalidMarkException Unchecked exception thrown when an attempt is made to reset a buffer when its mark is not defined.
ReadOnlyBufferException Unchecked exception thrown when a content-mutation method such as put or compact is invoked upon a read-only buffer.
 



This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.
This page displays the Jadeite version of the documention, which is derived from the offical documentation that contains this copyright notice:
Copyright 2008 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
The official Sun™ documentation can be found here at http://java.sun.com/javase/6/docs/api/.