ByteArray.st
branchjv
changeset 20083 196706395bbc
parent 19948 be658f466bca
parent 20071 1c3164fc850f
child 20143 c64b16f62536
--- a/ByteArray.st	Mon Jul 04 23:39:13 2016 +0100
+++ b/ByteArray.st	Wed Jul 06 06:50:27 2016 +0200
@@ -164,6 +164,9 @@
 ! !
 
 
+
+
+
 !ByteArray class methodsFor:'queries'!
 
 elementByteSize
@@ -198,6 +201,8 @@
     ^ 0
 ! !
 
+
+
 !ByteArray methodsFor:'Compatibility-Squeak'!
 
 bitXor:aByteArray
@@ -223,13 +228,6 @@
     "
 ! !
 
-!ByteArray methodsFor:'Compatibility-VW'!
-
-asByteString
-    "same as asString, for visualworks compatibility"
-    
-    ^ self asString
-! !
 
 !ByteArray methodsFor:'accessing'!
 
@@ -3106,6 +3104,7 @@
     "
 ! !
 
+
 !ByteArray methodsFor:'searching'!
 
 indexOf:aByte startingAt:start
@@ -3171,6 +3170,7 @@
     "
 ! !
 
+
 !ByteArray methodsFor:'testing'!
 
 isByteArray
@@ -3195,6 +3195,7 @@
     "Modified: 22.4.1996 / 12:55:30 / cg"
 ! !
 
+
 !ByteArray class methodsFor:'documentation'!
 
 version