racket/collects/scribblings/gui/editor-stream-in-bytes-base-class.scrbl

16 lines
377 B
Racket

#reader(lib "defreader.ss" "scribble")
@require["common.ss"]
@require["editor-stream-in-base-class.scrbl"]
@define-class-doc[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].
}}