
Also, updates some of the mzlib files to point at `racket/*' libraries rather than to `scheme/*' ones.
15 lines
311 B
Racket
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].
|
|
|
|
}}
|