#BUGFIX by cg
authorClaus Gittinger <cg@exept.de>
Wed, 30 Aug 2017 23:34:54 +0200
changeset 4511 d7c52631ad33
parent 4510 d9cb833dfa01
child 4512 0d6157b7ce6e
#BUGFIX by cg class: FourByteString added: #isByteCollection needed to prevent some from reading my bytes as if they were characters
FourByteString.st
--- a/FourByteString.st	Wed Aug 30 23:34:45 2017 +0200
+++ b/FourByteString.st	Wed Aug 30 23:34:54 2017 +0200
@@ -130,6 +130,14 @@
     ^ true
 ! !
 
+!FourByteString methodsFor:'testing'!
+
+isByteCollection
+    ^ false
+
+    "Created: / 30-08-2017 / 23:31:02 / cg"
+! !
+
 !FourByteString class methodsFor:'documentation'!
 
 version