# HG changeset patch # User Stefan Vogel # Date 1469534105 -7200 # Node ID 6c184327b58bebd316fe1c6fd064fa928c91be77 # Parent d3f07efc7045e7901f7774fb8e898b058d04ad6a #DOCUMENTATION by stefan class: NonPositionableExternalStream comment/format in: #nextLine diff -r d3f07efc7045 -r 6c184327b58b NonPositionableExternalStream.st --- a/NonPositionableExternalStream.st Tue Jul 26 13:37:16 2016 +0200 +++ b/NonPositionableExternalStream.st Tue Jul 26 13:55:05 2016 +0200 @@ -1,5 +1,3 @@ -"{ Encoding: utf8 }" - " COPYRIGHT (c) 1989 by Claus Gittinger All Rights Reserved @@ -589,7 +587,7 @@ so it's possible to read alien (i.e. ms-dos) text as well. Redefined to not block forever if no cr is read." - |answerStream char available "{ Class:SmallInteger }" wasBinary| + |answerStream char wasBinary available "{ Class:SmallInteger }"| answerStream := WriteStream on:(String uninitializedNew:80). [