#REFACTORING by cg
authorClaus Gittinger <cg@exept.de>
Sun, 10 Apr 2016 13:33:42 +0200
changeset 19563 7255172dc813
parent 19562 c787f8d4020d
child 19564 658d55f2a71d
#REFACTORING by cg class: ByteArray changed: #binaryDefinitionFrom:manager:
ByteArray.st
--- a/ByteArray.st	Sun Apr 10 12:52:44 2016 +0200
+++ b/ByteArray.st	Sun Apr 10 13:33:42 2016 +0200
@@ -2996,6 +2996,7 @@
     "
 ! !
 
+
 !ByteArray methodsFor:'searching'!
 
 indexOf:aByte startingAt:start
@@ -3061,6 +3062,7 @@
     "
 ! !
 
+
 !ByteArray methodsFor:'testing'!
 
 isByteArray