Uses of Package
org.simpleframework.common.buffer
-
Packages that use org.simpleframework.common.buffer Package Description org.simpleframework.common.buffer org.simpleframework.http.core org.simpleframework.http.message -
Classes in org.simpleframework.common.buffer used by org.simpleframework.common.buffer Class Description Allocator TheAllocatorinterface is used to describe a resource that can allocate a buffer.Buffer TheBufferinterface represents a collection of bytes that can be written to and later read.FileBuffer.Segment TheSegmentobject is used to create a segment of the parent buffer.FileWatcher TheFileWatcherobject is used to create files that are to be used for file buffers.FilterAllocator TheFilterAllocatorobject 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.core Class Description Allocator TheAllocatorinterface is used to describe a resource that can allocate a buffer. -
Classes in org.simpleframework.common.buffer used by org.simpleframework.http.message Class Description Allocator TheAllocatorinterface is used to describe a resource that can allocate a buffer.Buffer TheBufferinterface represents a collection of bytes that can be written to and later read.BufferAllocator TheBufferAllocatorobject is used to provide a means to allocate buffers using a single underlying buffer.