Class ByteArray Array Methods ByteArray size: value ^ <22 <59 value> ByteArray> ] Methods ByteArray asString <22 self String> ] Methods ByteArray basicAt: index put: value ^ ((value isMemberOf: Integer) and: [value between: 0 and: 255]) ifTrue: [ <32 self index value > ] ifFalse: [ value print. smalltalk error: 'assign illegal value to ByteArray'] ] Methods ByteArray basicAt: index ^ <26 self index> ]