scalaz/scalaz-nio

Implement ScatteringByteChannel

Closed this issue · 5 comments

Implement ScatteringByteChannel

can take care of this one

@darkiri pls =)

@darkiri maybe 1-2 tests for this before i close this issue? Not sure if this will be a good example https://examples.javacodegeeks.com/core-java/nio/channels/scatteringbytechannel/java-nio-channels-scatteringbytechannel-example/

Hi @darkiri, you probably need this #14 to have end to end test, where channel is reading from multiple buffers and writing into multiple buffers =)

japp, might make sense to do it in the context of the FileChannel