#BUGFIX by cg
authorClaus Gittinger <cg@exept.de>
Wed, 30 Aug 2017 23:34:12 +0200
changeset 22226 0604a0bec563
parent 22225 3984da94914f
child 22227 eae082846c10
#BUGFIX by cg class: TwoByteString added: #isByteCollection needed to prevent some from reading my bytes as if they were characters
TwoByteString.st
--- a/TwoByteString.st	Wed Aug 30 14:53:59 2017 +0200
+++ b/TwoByteString.st	Wed Aug 30 23:34:12 2017 +0200
@@ -342,6 +342,14 @@
     ^ true
 ! !
 
+!TwoByteString methodsFor:'testing'!
+
+isByteCollection
+    ^ false
+
+    "Created: / 30-08-2017 / 23:30:36 / cg"
+! !
+
 !TwoByteString class methodsFor:'documentation'!
 
 version