|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
Buffer
interface.
See:
Description
| Interface Summary | |
|---|---|
| Buffer | Encapsulates a sequence of bytes to be used for I/O operations. |
| Class Summary | |
|---|---|
| BufferFactory | Factory for creating buffers. |
This package provides the Buffer
interface.
In Java, arrays have a size that can be examined at run-time,
so the buffer creation methods in the Java language bindings
either specify a size, in which case the buffer is
implementation-managed, or a byte array, in which case the
buffer is application-managed.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||