racket/collects/scribblings/gui/editor-stream-out-bytes-base-class.scrbl
Eli Barzilay 264af9a6d0 improved scribble syntax use
svn: r8720
2008-02-19 12:22:45 +00:00

21 lines
366 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.
}}