- capacity() - Method in class net.java.truecommons.io.PowerBuffer
-
- cat(InputStream, OutputStream) - Static method in class net.java.truecommons.io.Streams
-
Copies the data from the given input stream to the given output stream
without closing them.
- channel() - Method in class net.java.truecommons.io.AbstractSink
-
Optional operation: Returns a seekable byte channel for
writing bytes.
- channel() - Method in class net.java.truecommons.io.AbstractSource
-
Optional operation: Returns a seekable byte channel for
reading bytes.
- channel - Variable in class net.java.truecommons.io.ChannelInputStream
-
The adapted nullable seekable byte channel.
- channel - Variable in class net.java.truecommons.io.ChannelOutputStream
-
The adapted nullable writable byte channel.
- channel - Variable in class net.java.truecommons.io.DecoratingSeekableChannel
-
The nullable decorated seekable byte channel.
- channel() - Method in class net.java.truecommons.io.OneTimeFoundry
-
- channel() - Method in interface net.java.truecommons.io.Sink
-
Optional operation: Returns a seekable byte channel for
writing bytes.
- channel() - Method in interface net.java.truecommons.io.Source
-
Optional operation: Returns a seekable byte channel for
reading bytes.
- ChannelInputStream - Class in net.java.truecommons.io
-
- ChannelInputStream() - Constructor for class net.java.truecommons.io.ChannelInputStream
-
- ChannelInputStream(SeekableByteChannel) - Constructor for class net.java.truecommons.io.ChannelInputStream
-
- ChannelOutputStream - Class in net.java.truecommons.io
-
- ChannelOutputStream() - Constructor for class net.java.truecommons.io.ChannelOutputStream
-
- ChannelOutputStream(WritableByteChannel) - Constructor for class net.java.truecommons.io.ChannelOutputStream
-
- checkOpen() - Method in class net.java.truecommons.io.AbstractSeekableChannel
-
- checkOpen() - Method in class net.java.truecommons.io.DisconnectingInputStream
-
- checkOpen() - Method in class net.java.truecommons.io.DisconnectingOutputStream
-
- clear() - Method in class net.java.truecommons.io.PowerBuffer
-
- clone() - Method in class net.java.truecommons.io.PowerBuffer
-
- close() - Method in class net.java.truecommons.io.ByteBufferChannel
-
- close() - Method in class net.java.truecommons.io.ChannelInputStream
-
- close() - Method in class net.java.truecommons.io.ChannelOutputStream
-
- close() - Method in class net.java.truecommons.io.DecoratingInputStream
-
- close() - Method in class net.java.truecommons.io.DecoratingOutputStream
-
- close() - Method in class net.java.truecommons.io.DecoratingSeekableChannel
-
- close() - Method in class net.java.truecommons.io.DisconnectingInputStream
-
- close() - Method in class net.java.truecommons.io.DisconnectingOutputStream
-
- close() - Method in class net.java.truecommons.io.DisconnectingSeekableChannel
-
- close() - Method in class net.java.truecommons.io.IntervalReadOnlyChannel
-
Closes the decorated read only file if and only if it is exclusively
accessed by this decorating read only file.
- close() - Method in class net.java.truecommons.io.LockInputStream
-
- close() - Method in class net.java.truecommons.io.LockOutputStream
-
- close() - Method in class net.java.truecommons.io.LockSeekableChannel
-
- ClosedInputException - Exception in net.java.truecommons.io
-
Indicates that an input resource (stream, channel etc.) has been closed.
- ClosedInputException() - Constructor for exception net.java.truecommons.io.ClosedInputException
-
- ClosedOutputException - Exception in net.java.truecommons.io
-
Indicates that an output resource (stream, channel etc.) has been closed.
- ClosedOutputException() - Constructor for exception net.java.truecommons.io.ClosedOutputException
-
- ClosedStreamException - Exception in net.java.truecommons.io
-
Indicates that an input or output stream has been closed.
- ClosedStreamException() - Constructor for exception net.java.truecommons.io.ClosedStreamException
-
- compact() - Method in class net.java.truecommons.io.PowerBuffer
-
- compareTo(This) - Method in class net.java.truecommons.io.PowerBuffer
-
- copy(InputStream, OutputStream) - Static method in class net.java.truecommons.io.Streams
-
Copies the data from the given input stream to the given output stream
and always closes both streams - even if an exception
occurs.
- copy(Source, Sink) - Static method in class net.java.truecommons.io.Streams
-
Copies the data from the given source to the given sink.