]> gitweb.factorcode.org Git - factor.git/commit
io: default methods for extended stream protocols
authorJoe Groff <arcata@gmail.com>
Fri, 14 Oct 2011 01:29:34 +0000 (18:29 -0700)
committerJoe Groff <arcata@gmail.com>
Tue, 18 Oct 2011 04:23:06 +0000 (21:23 -0700)
commit805b0372dacd170f827bdb013ed0830293a2ac25
treeb669cb4336044bea5ea0ef08de58f0cb74220ceb
parent8322ff9452102f58ac66f1c055465e8a6914e8d4
io: default methods for extended stream protocols
Provide default implementations of all the input-stream methods in terms of stream-read1 and of all the output-stream methods in terms of stream-write1.
core/io/io-tests.factor
core/io/io.factor