On this page:
get-bytes

Inherited methods:

from editor-stream-out-base%

bad?

seek

tell

write

Version: 4.1

editor-stream-out-bytes-base% : class?

  superclass: editor-stream-out-base%

An editor-stream-out-bytes-base% object can be used to write editor data into a byte string.

(new editor-stream-out-bytes-base%)

  (is-a?/c editor-stream-out-bytes-base%)

Creates an empty stream.

(send an-editor-stream-out-bytes-base get-bytes)  bytes?

Returns the current contents of the stream.