ByteArray.st
changeset 3208 2d71538b9fd5
parent 3205 86ad9ad5e29c
child 3210 6c4099f5c318
equal deleted inserted replaced
3207:a6e3c98e2a8e 3208:2d71538b9fd5
     8  be provided or otherwise made available to, or used by, any
     8  be provided or otherwise made available to, or used by, any
     9  other person.  No title to or ownership of the software is
     9  other person.  No title to or ownership of the software is
    10  hereby transferred.
    10  hereby transferred.
    11 "
    11 "
    12 
    12 
    13 ArrayedCollection variableByteSubclass:#ByteArray
    13 UninterpretedBytes variableByteSubclass:#ByteArray
    14 	instanceVariableNames:''
    14 	instanceVariableNames:''
    15 	classVariableNames:''
    15 	classVariableNames:''
    16 	poolDictionaries:''
    16 	poolDictionaries:''
    17 	category:'Collections-Arrayed'
    17 	category:'Collections-Arrayed'
    18 !
    18 !
  2375 ! !
  2375 ! !
  2376 
  2376 
  2377 !ByteArray class methodsFor:'documentation'!
  2377 !ByteArray class methodsFor:'documentation'!
  2378 
  2378 
  2379 version
  2379 version
  2380     ^ '$Header: /cvs/stx/stx/libbasic/ByteArray.st,v 1.92 1998-01-21 14:24:18 dq Exp $'
  2380     ^ '$Header: /cvs/stx/stx/libbasic/ByteArray.st,v 1.93 1998-01-21 16:08:55 cg Exp $'
  2381 ! !
  2381 ! !