See Also: Buffer Members
A buffer is a list of elements of a specific primitive type.
A buffer can be described by the following properties:
Buffers are not thread-safe. If concurrent access to a buffer instance is required, then the callers are responsible to take care of the synchronization issues.