Package org.simpleframework.util.buffer
package org.simpleframework.util.buffer
-
ClassDescriptionThe
Allocator
interface is used to describe a resource that can allocate a buffer.TheArrayAllocator
object is used to provide a means to allocate buffers using a single byte array.TheArrayBuffer
is intended to be a general purpose byte buffer that stores bytes in an single internal byte array.TheBuffer
interface represents a collection of bytes that can be written to and later read.TheBufferAllocator
object is used to provide a means to allocate buffers using a single underlying buffer.TheBufferException
is used to report problems that can occur during the use or allocation of a buffer.TheFileAllocator
object is used to create buffers that can be written to the file system.TheFilterAllocator
object is used to provide a means to provide a general set of constraints around buffer allocation.TheStream
interface is used to represent anything that can be streamed.