Uses of Package
org.simpleframework.common.buffer
Packages that use org.simpleframework.common.buffer
Package
Description
-
Classes in org.simpleframework.common.buffer used by org.simpleframework.common.bufferClassDescriptionThe
Allocator
interface is used to describe a resource that can allocate a buffer.TheBuffer
interface represents a collection of bytes that can be written to and later read.TheSegment
object is used to create a segment of the parent buffer.TheFileWatcher
object is used to create files that are to be used for file buffers.TheFilterAllocator
object is used to provide a means to provide a general set of constraints around buffer allocation. -
Classes in org.simpleframework.common.buffer used by org.simpleframework.http.coreClassDescriptionThe
Allocator
interface is used to describe a resource that can allocate a buffer. -
Classes in org.simpleframework.common.buffer used by org.simpleframework.http.messageClassDescriptionThe
Allocator
interface is used to describe a resource that can allocate a buffer.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.