Package | Description |
---|---|
net.java.truecommons.cio |
Provides generic services for reading and writing
entries in
containers,
e.g. file systems, archive files or I/O buffer pools.
|
Class and Description |
---|
AbstractInputSocket
Abstract base class for input sockets.
|
AbstractIoSocket
Abstract base class for I/O sockets.
|
AbstractOutputSocket
Abstract base class for output sockets.
|
BusyException
Indicates that an entity (an entry or container) could not get
read or written
because the entity or its container is busy.
|
Container
An iterable container for entries.
|
DecoratingContainer
An abstract decorator for an entry container.
|
DecoratingEntry
An abstract decorator for an entry.
|
DelegatingInputSocket
Delegates all methods to another input socket.
|
DelegatingOutputSocket
Delegates all methods to another output socket.
|
Entry
Represents an entry in a container.
|
Entry.Access
Defines the type of access information for an entry.
|
Entry.Entity
Defines access entities.
|
Entry.PosixEntity
Defines access entities for POSIX systems.
|
Entry.Size
Defines the type of size information for an entry.
|
Entry.Type
Defines the type of an entry.
|
InputService
A service for reading entries from this container.
|
InputSocket
A stateless factory for input streams and seekable byte channels
which operate on a target entry.
|
IoBuffer
A releasable I/O entry.
|
IoBufferPool
An abstract pool for allocating I/O buffers, which can get used as a
volatile storage for bulk I/O.
|
IoEntry
An entry which provides I/O services.
|
IoSocket
An I/O socket is a stateless factory for I/O streams and channels
which operate on a target entry.
|
MemoryBuffer
An I/O buffer which shares its contents with a
byte buffer.
|
OutputService
A service for writing entries to this container.
|
OutputSocket
A stateless factory for output streams and seekable byte channels
which operate on a target entry.
|
Copyright © 2012–2014 Schlichtherle IT Services. All rights reserved.