Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It should be possible to reset a ZnCharacterReadStream #16706

Closed
astares opened this issue May 28, 2024 · 0 comments · Fixed by #16707
Closed

It should be possible to reset a ZnCharacterReadStream #16706

astares opened this issue May 28, 2024 · 0 comments · Fixed by #16707
Assignees

Comments

@astares
Copy link
Member

astares commented May 28, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant