gui/gui-doc/scribblings/gui/editor-stream-in-bytes-base-class.scrbl
2014-12-02 02:33:07 -05:00

15 lines
311 B
Racket

#lang scribble/doc
@(require "common.rkt")
@defclass/title[editor-stream-in-bytes-base% editor-stream-in-base% ()]{
An @racket[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 @racket[s].
}}