Package | Description |
---|---|
net.java.truecommons.io |
Provides common I/O components.
|
Modifier and Type | Class and Description |
---|---|
class |
BufferedReadOnlyChannel
Provides buffered random read-only access to its decorated seekable byte
channel.
|
class |
DisconnectingSeekableChannel
An abstract decorator which protects the decorated channel from all access
unless it's open.
|
class |
IntervalReadOnlyChannel
Provides read-only access to an interval of its decorated seekable byte
channel.
|
class |
LockSeekableChannel
Protects all access to its decorated seekable byte channel via a
Lock object. |
class |
ReadOnlyChannel
An abstract decorator for a seekable byte channel which throws a
NonWritableChannelException upon any attempt to modify the decorated
seekable byte channel. |
Copyright © 2012–2014 Schlichtherle IT Services. All rights reserved.