#FEATURE by stefan
authorStefan Vogel <sv@exept.de>
Wed, 13 Mar 2019 20:20:40 +0100
changeset 4841 44e0d7acac61
parent 4840 0bd1739f7758
child 4842 6926d1490469
#FEATURE by stefan class: ZipArchive::AbstractZipStream added: #binary:
ZipArchive.st
--- a/ZipArchive.st	Wed Mar 13 20:15:10 2019 +0100
+++ b/ZipArchive.st	Wed Mar 13 20:20:40 2019 +0100
@@ -4655,6 +4655,14 @@
     compressingStream binary
 !
 
+binary:beBinaryBool
+    "stream protocol compatibility"
+
+    ^ compressingStream binary:beBinaryBool
+
+    "Created: / 13-03-2019 / 19:13:18 / Stefan Vogel"
+!
+
 contentsSpecies
     "return a class of which instances will be returned, when
      parts of the collection are asked for.