ZipArchive.st
changeset 4841 44e0d7acac61
parent 4766 d6ca9de5d0a6
child 4947 6a569254ef65
--- 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.