class: FileApplicationNoteBook
authorClaus Gittinger <cg@exept.de>
Sat, 14 Jun 2014 11:05:30 +0200
changeset 14498 16ebee6b698d
parent 14497 6d95f7c8d28e
child 14499 44b03221ff92
class: FileApplicationNoteBook comments
FileApplicationNoteBook.st
--- a/FileApplicationNoteBook.st	Sat Jun 14 11:02:27 2014 +0200
+++ b/FileApplicationNoteBook.st	Sat Jun 14 11:05:30 2014 +0200
@@ -5593,7 +5593,7 @@
 
 readStream:aStream lineDelimiter:aCharacter encoding:fileEncodingArg 
     "read from aStream, answer its contents as StringCollection. 
-     The files lines are delimited by aCharacter.
+     The file's lines are delimited by aCharacter.
      If encoding is nonNil, the file is assumed to be coded according to
      that symbol, and #decodeString: should be able to convert it into unicode.
      Always returns a unicode string."
@@ -5603,7 +5603,7 @@
 
 readStream:aStream lineDelimiter:lineDelimiter sizeLimit:sizeLimitOrNil encoding:fileEncodingArg 
     "read from aStream, answer its contents as StringCollection. 
-     The files lines are delimited by aCharacter.
+     The file's lines are delimited by aCharacter.
      If encoding is nonNil, the file is assumed to be coded according to
      that symbol, and #decodeString: should be able to convert it into unicode.
      Always returns a unicode string."
@@ -7341,10 +7341,10 @@
 !FileApplicationNoteBook class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileApplicationNoteBook.st,v 1.295 2014-06-14 08:59:29 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileApplicationNoteBook.st,v 1.296 2014-06-14 09:05:30 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/FileApplicationNoteBook.st,v 1.295 2014-06-14 08:59:29 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileApplicationNoteBook.st,v 1.296 2014-06-14 09:05:30 cg Exp $'
 ! !