class: CompressionStream
authorClaus Gittinger <cg@exept.de>
Sat, 22 Feb 2014 17:04:58 +0100
changeset 3182 9511845dede1
parent 3181 adc9d827b4b4
child 3183 4e1700b5c81b
class: CompressionStream comment/format in: #documentation
CompressionStream.st
--- a/CompressionStream.st	Sat Feb 22 17:04:04 2014 +0100
+++ b/CompressionStream.st	Sat Feb 22 17:04:58 2014 +0100
@@ -40,14 +40,14 @@
     Abstract superclass of streams that compress or deconpress data
 
     [author:]
-	Claus Atzkern
+        Claus Atzkern
 
     [instance variables:]
 
     [class variables:]
 
     [see also:]
-
+        ZipStream
 "
 ! !
 
@@ -667,11 +667,11 @@
 !CompressionStream class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/CompressionStream.st,v 1.31 2013-08-21 00:00:54 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/CompressionStream.st,v 1.32 2014-02-22 16:04:58 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic2/CompressionStream.st,v 1.31 2013-08-21 00:00:54 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/CompressionStream.st,v 1.32 2014-02-22 16:04:58 cg Exp $'
 ! !