Is there a library for NIO ByteChannel providing similar utilities to what google-guava and commons-io provide for streams? E.g. I'd like to have several ReadableByteChannels concatenated in one or have a view of a channel limited to a particular size.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
You can partially work around it using the utility methods in the Channels class, e.g.
|
|||