ByteArray.st
changeset 16852 78c580d68846
parent 16851 e7212682103b
child 17377 e4fdf84bd41a
equal deleted inserted replaced
16851:e7212682103b 16852:78c580d68846
   217 !ByteArray methodsFor:'Compatibility-VW'!
   217 !ByteArray methodsFor:'Compatibility-VW'!
   218 
   218 
   219 asByteString
   219 asByteString
   220     ^ self asString
   220     ^ self asString
   221 ! !
   221 ! !
       
   222 
   222 
   223 
   223 !ByteArray methodsFor:'accessing'!
   224 !ByteArray methodsFor:'accessing'!
   224 
   225 
   225 basicAt:index
   226 basicAt:index
   226     "return the indexed instance variable with index, anInteger
   227     "return the indexed instance variable with index, anInteger
  3096     ^ self class == ByteArray
  3097     ^ self class == ByteArray
  3097 
  3098 
  3098     "Modified: 22.4.1996 / 12:55:30 / cg"
  3099     "Modified: 22.4.1996 / 12:55:30 / cg"
  3099 ! !
  3100 ! !
  3100 
  3101 
  3101 
       
  3102 !ByteArray class methodsFor:'documentation'!
  3102 !ByteArray class methodsFor:'documentation'!
  3103 
  3103 
  3104 version
  3104 version
  3105     ^ '$Header: /cvs/stx/stx/libbasic/ByteArray.st,v 1.221 2014-09-23 20:15:46 cg Exp $'
  3105     ^ '$Header: /cvs/stx/stx/libbasic/ByteArray.st,v 1.222 2014-09-23 20:24:04 cg Exp $'
  3106 !
  3106 !
  3107 
  3107 
  3108 version_CVS
  3108 version_CVS
  3109     ^ '$Header: /cvs/stx/stx/libbasic/ByteArray.st,v 1.221 2014-09-23 20:15:46 cg Exp $'
  3109     ^ '$Header: /cvs/stx/stx/libbasic/ByteArray.st,v 1.222 2014-09-23 20:24:04 cg Exp $'
  3110 ! !
  3110 ! !
  3111 
  3111