io.streams.null: read-unsafe methods

db4
Joe Groff 2011-10-12 11:59:24 -07:00
parent 8261c941c2
commit 01419b3e6b
1 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,9 @@ M: null-reader stream-readln drop f ;
M: null-reader stream-read1 drop f ;
M: null-reader stream-read-until 2drop f f ;
M: null-reader stream-read 2drop f ;
M: null-reader stream-read-partial 2drop f ;
M: null-reader stream-read-unsafe 3drop 0 ;
M: null-reader stream-read-partial-unsafe 3drop 0 ;
M: null-writer stream-element-type drop +byte+ ;
M: null-writer stream-write1 2drop ;