Version: 4.0.2
superclass: object% |
An editor-stream-out-base% object is used by an editor-stream-out% object to perform low-level writing of data.
The editor-stream-out-base% class is never instantiated directly, but the derived class editor-stream-out-bytes-base% can be instantiated. New derived classes must override all of the methods described in this section.
Returns #t if there has been an error writing to the stream, #f otherwise.
pos : nonnegative-exact-integer? |
Moves to the specified absolute position in the stream.
→ nonnegative-exact-integer? |
Returns the current stream position.
data : bytes? |
Writes data to the stream.