*** empty log message ***
authorps
Tue, 04 Apr 2000 12:00:37 +0200
changeset 5355 4385dacf328f
parent 5354 1df6e20fd208
child 5356 5c8883c4f065
*** empty log message ***
ByteArray.st
--- a/ByteArray.st	Mon Apr 03 17:07:50 2000 +0200
+++ b/ByteArray.st	Tue Apr 04 12:00:37 2000 +0200
@@ -2759,6 +2759,15 @@
     "
 !
 
+isByteArray
+    "return true, if the receiver is some kind of bytearray;
+     true is returned here - the method is redefined from Object."
+
+    ^ true
+
+
+!
+
 isLiteral
     "return true, if the receiver can be used as a literal constant in ST syntax
      (i.e. can be used in constant arrays)"
@@ -2941,5 +2950,5 @@
 !ByteArray class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ByteArray.st,v 1.136 1999-11-27 17:32:39 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ByteArray.st,v 1.137 2000-04-04 10:00:37 ps Exp $'
 ! !