ZipArchive.st
changeset 2955 a2f97bc127e1
parent 2952 715e556c1e8f
child 2996 da5f9a98d9e9
--- a/ZipArchive.st	Tue Mar 26 18:02:21 2013 +0100
+++ b/ZipArchive.st	Thu Mar 28 12:27:49 2013 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1998 by eXept Software AG
               All Rights Reserved
@@ -3131,6 +3133,10 @@
 binaryContentsOf: fileName
 
     ^(self extract: fileName) 
+!
+
+desiredCompressionMethod:aCompressionMethod
+    "for now: ignored"
 ! !
 
 !ZipArchive methodsFor:'accessing'!
@@ -5171,11 +5177,11 @@
 !ZipArchive class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/ZipArchive.st,v 1.105 2013-03-21 22:58:38 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/ZipArchive.st,v 1.106 2013-03-28 11:27:49 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic2/ZipArchive.st,v 1.105 2013-03-21 22:58:38 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/ZipArchive.st,v 1.106 2013-03-28 11:27:49 cg Exp $'
 ! !