ByteArray.st
changeset 2145 d243ffafeae3
parent 1974 38e1505dfb94
child 2447 e83cf6acfdcf
--- a/ByteArray.st	Fri Jan 10 21:54:28 1997 +0100
+++ b/ByteArray.st	Sat Jan 11 13:14:19 1997 +0100
@@ -52,11 +52,15 @@
     It allows the definition of subclasses of ByteArray, which transparently fetch
     and store C-structure fields.
 
+    [warning:]
+        read the warning about 'growing fixed size collection'
+        in ArrayedCollection's documentation
+
     [author:]
         Claus Gittinger
 
     [See also:]
-        Array
+        Array CharacterArray String
 "
 ! !
 
@@ -2240,5 +2244,5 @@
 !ByteArray class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ByteArray.st,v 1.74 1996-11-12 14:45:15 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ByteArray.st,v 1.75 1997-01-11 12:13:47 cg Exp $'
 ! !