- save(WritableByteChannel) - Method in class net.java.truecommons.io.PowerBuffer
-
Marks this buffer, writes all remaining bytes to the given channel and
resets this buffer.
- Sink - Interface in net.java.truecommons.io
-
A provider for output streams or seekable byte channels.
- size() - Method in class net.java.truecommons.io.ByteBufferChannel
-
- size() - Method in class net.java.truecommons.io.DecoratingSeekableChannel
-
- size() - Method in class net.java.truecommons.io.DisconnectingSeekableChannel
-
- size() - Method in class net.java.truecommons.io.IntervalReadOnlyChannel
-
- size() - Method in class net.java.truecommons.io.LittleEndianOutputStream
-
Returns the current value of the counter written,
the number of bytes written to this data output stream so far.
- size() - Method in class net.java.truecommons.io.LockSeekableChannel
-
- skip(long) - Method in class net.java.truecommons.io.ChannelInputStream
-
- skip(long) - Method in class net.java.truecommons.io.DecoratingInputStream
-
- skip(long) - Method in class net.java.truecommons.io.DisconnectingInputStream
-
- skip(long) - Method in class net.java.truecommons.io.LockInputStream
-
- skip(int) - Method in class net.java.truecommons.io.PowerBuffer
-
Skips the given number of bytes.
- slice() - Method in class net.java.truecommons.io.ImmutableBuffer
-
- slice() - Method in class net.java.truecommons.io.MutableBuffer
-
- slice() - Method in class net.java.truecommons.io.PowerBuffer
-
- Source - Interface in net.java.truecommons.io
-
A provider for input streams or seekable byte channels.
- stream() - Method in class net.java.truecommons.io.AbstractSink
-
Returns an output stream for writing bytes.
- stream() - Method in class net.java.truecommons.io.AbstractSource
-
Returns an input stream for reading bytes.
- stream() - Method in class net.java.truecommons.io.OneTimeFoundry
-
- stream() - Method in interface net.java.truecommons.io.Sink
-
Returns an output stream for writing bytes.
- stream() - Method in interface net.java.truecommons.io.Source
-
Returns an input stream for reading bytes.
- Streams - Class in net.java.truecommons.io
-
- Streams.ReaderThread - Class in net.java.truecommons.io
-
A pooled and cached daemon thread which runs tasks to read input streams.
- sync() - Method in class net.java.truecommons.io.BufferedReadOnlyChannel
-
Notifies this channel of concurrent changes in its decorated channel.