Hi Sven, Thanks for the answer. This is exactly what I was looking for. And it is great that there is also documentation. However, ZnCharacterReadStream does not implement #upToAll:. The implementation from PositionableStream cannot easily be borrowed because there seems to be no way to reset the position. Is there a plan to support the most commonly used messages from the normal streams? Bernhard
Am 30.12.2017 um 18:03 schrieb Sven Van Caekenberghe <sven@stfx.eu>:
https://ci.inria.fr/pharo-contribution/job/EnterprisePharoBook/lastSuccessfu...
1.4. Converting Streams
On 30 Dec 2017, at 13:27, Bernhard Pieber <bernhard@pieber.com> wrote:
I just saw that the FileStream hierarchy including MultiByteFileStream is deprecated. However, I can't find what file stream class should be used to read a UTF-8 encoded file instead. FileReference>>#readStreamDo: also uses MultiByteFileStream.
Can someone please point me to the right code?
Bernhard