factor/library/io/plain-stream.facts

8 lines
406 B
Plaintext
Raw Normal View History

2006-01-16 02:48:15 -05:00
USING: help io ;
2006-08-16 21:55:53 -04:00
HELP: <plain-writer>
2006-01-16 02:48:15 -05:00
{ $values { "stream" "an input stream" } { "new-stream" "an input stream" } }
{ $description "Wraps an input stream in a stream supporting the extended stream output protocol in a trivial way." }
2006-08-16 21:55:53 -04:00
{ $notes "Stream constructors should call this word to wrap streams that do not natively support the extended stream output protocol." }
2006-08-17 23:15:36 -04:00
{ $see-also "stream-protocol" } ;