racket/collects/scribblings/gui/editor-stream-in-bytes-base-class.scrbl
Matthew Flatt 39cedb62ed v3.99.0.2
svn: r7706
2007-11-13 12:40:00 +00:00

15 lines
309 B
Racket

#lang scribble/doc
@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].
}}