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 | Interface and Description |
---|---|
interface |
IoEntry<This extends IoEntry<This>>
An entry which provides I/O services.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IoBuffer
A releasable I/O entry.
|
Modifier and Type | Class and Description |
---|---|
class |
DecoratingIoBuffer
An abstract decorator for an I/O buffer.
|
class |
MemoryBuffer
An I/O buffer which shares its contents with a
byte buffer.
|
Copyright © 2012–2016 Schlichtherle IT Services. All rights reserved.