ZipArchive.st
changeset 3093 46e903dd0a67
parent 3086 a6a426ef9950
child 3173 014869903c5c
--- a/ZipArchive.st	Sun Aug 18 12:56:38 2013 +0200
+++ b/ZipArchive.st	Sun Aug 18 12:57:01 2013 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1998 by eXept Software AG
               All Rights Reserved
@@ -4104,7 +4102,6 @@
     "Created: / 21-11-2010 / 11:51:41 / cg"
 ! !
 
-
 !ZipArchive methodsFor:'reading - stream'!
 
 readStreamFor:nameOfFileInArchive
@@ -4487,6 +4484,10 @@
 !
 
 contentsSpecies
+    "return a class of which instances will be returned, when
+     parts of the collection are asked for. 
+     (see upTo-kind of methods in Stream)"
+
     ^ compressingStream contentsSpecies
 !
 
@@ -5179,11 +5180,11 @@
 !ZipArchive class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/ZipArchive.st,v 1.110 2013-08-16 14:32:49 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/ZipArchive.st,v 1.111 2013-08-18 10:57:01 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic2/ZipArchive.st,v 1.110 2013-08-16 14:32:49 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/ZipArchive.st,v 1.111 2013-08-18 10:57:01 cg Exp $'
 ! !