checkin from browser
authorClaus Gittinger <cg@exept.de>
Tue, 26 Nov 2002 14:57:13 +0100
changeset 6905 7d2a1dc544fb
parent 6904 680e7d97de38
child 6906 87afb9964006
checkin from browser
ByteArray.st
--- a/ByteArray.st	Tue Nov 26 14:52:26 2002 +0100
+++ b/ByteArray.st	Tue Nov 26 14:57:13 2002 +0100
@@ -309,6 +309,7 @@
     "Modified: 23.4.1996 / 15:56:25 / cg"
 ! !
 
+
 !ByteArray methodsFor:'accessing'!
 
 basicAt:index
@@ -2819,16 +2820,6 @@
     "
 ! !
 
-!ByteArray methodsFor:'printing'!
-
-printSchemaHexString
-	| stream |
-	#swAdded.
-	stream := String writeStream: self size * 2.
-	self printHexOn: stream.
-	^stream contents
-! !
-
 !ByteArray methodsFor:'printing & storing'!
 
 asPackedString
@@ -3226,6 +3217,7 @@
     "
 ! !
 
+
 !ByteArray methodsFor:'testing'!
 
 isByteArray
@@ -3253,5 +3245,5 @@
 !ByteArray class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ByteArray.st,v 1.149 2002-11-06 10:02:28 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ByteArray.st,v 1.150 2002-11-26 13:57:13 cg Exp $'
 ! !