java.lang.ObjectProvide factory service of buffer classes.java.nio.BufferFactory
Since all buffer impl classes are package private (except DirectByteBuffer), this factory is the only entrance to access buffer functions from outside of the impl package.
| Method from java.nio.BufferFactory Summary: |
|---|
| newByteBuffer, newByteBuffer, newCharBuffer, newCharBuffer, newCharBuffer, newDirectByteBuffer, newDoubleBuffer, newDoubleBuffer, newFloatBuffer, newFloatBuffer, newIntBuffer, newIntBuffer, newLongBuffer, newLongBuffer, newShortBuffer, newShortBuffer |
| Methods from java.lang.Object: |
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from java.nio.BufferFactory Detail: |
|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|