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.
|
Modifier and Type | Class and Description |
---|---|
class |
DecoratingContainer<E extends Entry,C extends Container<E>>
An abstract decorator for an entry container.
|
Modifier and Type | Interface and Description |
---|---|
interface |
InputService<E extends Entry>
A service for reading entries from this container.
|
interface |
OutputService<E extends Entry>
A service for writing entries to this container.
|
Modifier and Type | Class and Description |
---|---|
class |
DecoratingContainer<E extends Entry,C extends Container<E>>
An abstract decorator for an entry container.
|
class |
DecoratingInputService<E extends Entry>
An abstract decorator for an input service.
|
class |
DecoratingOutputService<E extends Entry>
An abstract decorator for an output service.
|
Modifier and Type | Field and Description |
---|---|
protected C |
DecoratingContainer.container
The nullable decorated entry container.
|
Copyright © 2012–2018 Schlichtherle IT Services. All rights reserved.