Inherited methods:

from editor-stream-in-base%

bad?

read

seek

skip

tell

Version: 4.1

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.