Package java.nio

Class Summary
Buffer A container for data of a specific primitive type.
ByteBuffer A byte buffer.
FloatBuffer A float buffer.
IntBuffer An int buffer.
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.
 






Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal