Version: 4.2
| 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.