Y
Hacker News
new
|
ask
|
show
|
jobs
by
thayne
346 days ago
What if you want unbuffered IO?
1 comments
thrwyexecbrain
346 days ago
I think you just initialize Reader and Writer with a zero-length buffer.
link
kristoff_it
338 days ago
Correct, which is also something that you want to do when creating Reader / Writer chains.
link