racket/collects/scribblings/gui/editor-stream-out-bytes-base-class.scrbl
2007-08-18 22:37:36 +00:00

22 lines
426 B
Racket

#reader(lib "defreader.ss" "scribble")
@require["common.ss"]
@require["editor-stream-out-base-class.scrbl"]
@defclass[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.
}}