Note that instances are NOT designed to be reusable, since instance creation is cheap as the underlying buffers are automatically recycled as necessary. So do not try to be clever and reuse instances; this will most likely not work, but instead rely on lower level byte buffer recycling that occurs automatically, as long as you call {@link #release} either directly or indirectly (note: {@link #close} will NOT call {@link #release}).
|
|
|
|
|
|
|
|
|
|