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

21 lines
365 B
Racket

#lang scribble/doc
@require["common.ss"]
@defclass/title[editor-stream-out-bytes-base% editor-stream-out-base% ()]{
An @scheme[editor-stream-out-bytes-base%] object can be used to write
editor data into a byte string.
@defconstructor[()]{
Creates an empty stream.
}
@defmethod[(get-bytes)
bytes?]{
Returns the current contents of the stream.
}}