racket/collects/scribblings/gui/editor-stream-in-bytes-base-class.scrbl
Eli Barzilay ac26fe7554 A ton of @scheme*' -> @racket*' and related updates.
Also, updates some of the mzlib files to point at `racket/*' libraries
rather than to `scheme/*' ones.
2011-06-25 04:08:47 -04: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].
}}