diff --git a/basis/delegate/protocols/protocols.factor b/basis/delegate/protocols/protocols.factor index 9abee34aa7..c496979dc2 100644 --- a/basis/delegate/protocols/protocols.factor +++ b/basis/delegate/protocols/protocols.factor @@ -13,9 +13,8 @@ at* assoc-size >alist set-at assoc-clone-like delete-at clear-assoc new-assoc assoc-like ; PROTOCOL: input-stream-protocol -stream-read1 stream-read stream-read-partial -stream-read-unsafe stream-read-partial-unsafe stream-readln -stream-read-until ; +stream-read1 stream-read-unsafe stream-read-partial-unsafe +stream-readln stream-read-until stream-contents ; PROTOCOL: output-stream-protocol stream-flush stream-write1 stream-write stream-nl ;