Package rebuild.comp.java.nio

Class Summary
Buffer A container for data of a specific primitive type.
ByteBuffer A skimmed down version of the ByteBuffer class for use in versions lower then 5.0.
ShortBuffer A skimmed down version of the ShortBuffer class for use in versions lower then 5.0.
 

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.