diff -r 8c5616f17ed6 -r 688ed6b56649 ZipArchive.st --- a/ZipArchive.st Tue Jun 02 20:28:20 1998 +0200 +++ b/ZipArchive.st Sat Jun 06 23:42:25 1998 +0200 @@ -999,6 +999,9 @@ " provides access to a zip archive. Caveat: only uncompressed archives are supported (for now). + + [author:] + Claus Gittinger " ! @@ -1451,6 +1454,16 @@ "Modified: / 30.3.1998 / 17:13:47 / cg" ! ! +!ZipArchive::ZipMember class methodsFor:'documentation'! + +documentation +" + keeps some information for a single entry in a zipFile. +" + + +! ! + !ZipArchive::ZipMember methodsFor:'accessing'! compressed_size @@ -1601,6 +1614,6 @@ !ZipArchive class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libbasic2/ZipArchive.st,v 1.14 1998-04-09 12:00:34 cg Exp $' + ^ '$Header: /cvs/stx/stx/libbasic2/ZipArchive.st,v 1.15 1998-06-06 21:42:25 cg Exp $' ! ! ZipArchive initialize!