Skip to content

It should be possible to reset a ZnCharacterReadStream #137

Closed
@astares

Description

@astares

Run

a := ZnCharacterReadStream on: 'abc' asByteArray readStream.
a next.
a reset.
a next

and you will notice it is not possible to reset an instance of ZnCharacterReadStream as the method #reset is not implemented.

Implementation of #reset could be provided as ZnEncodedStream>>reset

reset
	stream reset

@svenvc

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions