racket/collects/scribblings/gui/editor-stream-in-bytes-base-class.scrbl
2007-09-06 13:19:15 +00:00

15 lines
329 B
Racket

#reader(lib "docreader.ss" "scribble")
@require["common.ss"]
@defclass/title[editor-stream-in-bytes-base% editor-stream-in-base% ()]{
An @scheme[editor-stream-in-bytes-base%] object can be used to
read editor data from a byte string.
@defconstructor/make[([s bytes?])]{
Creates a stream base that reads from @scheme[s].
}}