Version: 4.2
| editor-stream-in-bytes-base% : class? |
superclass: editor-stream-in-base% |
An editor-stream-in-bytes-base% object can be used to read editor data from a byte string.
| (make-object editor-stream-in-bytes-base% s) |
| → (is-a?/c editor-stream-in-bytes-base%) |
| s : bytes? |
Creates a stream base that reads from s.