how to -- buffered read / write to stdio
March 27, 2019
4:17 p.m.
From â "Pharo 7 file streams guideline"
https://github.com/pavel-krivanek/pharoMaterials/blob/master/Filestreams.MD I have some ideas like â   in := ZnFastLineReader on:      (ZnCharacterReadStream on: Stdio stdin).  out := ZnBufferedWriteStream on:      (ZnCharacterWriteStream on: Stdio stdout). What would be faster / better / more Pharo ways to do buffered reads and buffered writes to stdio ?
2683
Age (days ago)
2683
Last active (days ago)
0 comments
1 participants
participants (1)
-
Isaac Gouy