ByteArray.st
changeset 1290 15ba3221b89b
parent 1266 cef9b3cd49df
child 1330 41c850b3b550
--- a/ByteArray.st	Thu Apr 25 18:12:44 1996 +0200
+++ b/ByteArray.st	Thu Apr 25 18:20:46 1996 +0200
@@ -52,6 +52,9 @@
     It allows the definition of subclasses of ByteArray, which transparently fetch
     and store C-structure fields.
 
+    [author:]
+        Claus Gittinger
+
     [See also:]
         Array
 "
@@ -2164,5 +2167,5 @@
 !ByteArray class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ByteArray.st,v 1.56 1996-04-23 14:35:04 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ByteArray.st,v 1.57 1996-04-25 16:14:40 cg Exp $'
 ! !