Package org.simpleframework.common.buffer
package org.simpleframework.common.buffer
-
ClassDescriptionThe
Allocatorinterface is used to describe a resource that can allocate a buffer.TheArrayAllocatorobject is used to provide a means to allocate buffers using a single byte array.TheArrayBufferis intended to be a general purpose byte buffer that stores bytes in an single internal byte array.TheBufferinterface represents a collection of bytes that can be written to and later read.TheBufferAllocatorobject is used to provide a means to allocate buffers using a single underlying buffer.TheBufferExceptionis used to report problems that can occur during the use or allocation of a buffer.TheFileAllocatorobject is used to create buffers that can be written to the file system.TheFileBufferobject is used to create a buffer which will write the appended data to an underlying file.TheFileWatcherobject is used to create files that are to be used for file buffers.TheFilterAllocatorobject is used to provide a means to provide a general set of constraints around buffer allocation.