Inherited methods:
from editor-stream-in-base%
bad?
read
read-byte
read-bytes
seek
skip
tell
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.