BZip2Stream.st
changeset 1193 7688148ec90c
parent 1061 be824dc5e0e7
child 1195 9d887847d1b6
--- a/BZip2Stream.st	Mon May 05 14:57:01 2003 +0200
+++ b/BZip2Stream.st	Tue May 06 16:00:06 2003 +0200
@@ -1,10 +1,10 @@
 "{ Package: 'ca:Compress' }"
 
 CompressionStream subclass:#BZipStream
-        instanceVariableNames:''
-        classVariableNames:''
-        poolDictionaries:''
-        category:'A-Compress'
+	instanceVariableNames:''
+	classVariableNames:''
+	poolDictionaries:''
+	category:'System-Compress'
 !
 
 !BZipStream primitiveDefinitions!
@@ -35,6 +35,7 @@
 %}
 ! !
 
+
 !BZipStream methodsFor:'low level'!
 
 zclose
@@ -322,3 +323,8 @@
     self invalidArguments.
 ! !
 
+!BZipStream class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libbasic2/BZip2Stream.st,v 1.4 2003-05-06 13:59:34 stefan Exp $'
+! !