Buffer
interface represents a collection of bytes that can be written to and later read. This is used to provide a region of memory is such a way that the underlying representation of that memory is independent of its use. Typically buffers are implemented as either allocated byte arrays or files.
@author Niall Gallagher
@see org.simpleframework.util.buffer.Allocator
|
|