#DOCUMENTATION by exept
authorClaus Gittinger <cg@exept.de>
Thu, 02 Jan 2020 11:31:34 +0100
changeset 4414 224e93713033
parent 4413 8c800ee6b489
child 4415 564a0514360a
#DOCUMENTATION by exept class: RIFFReader class comment/format in: #documentation
RIFFReader.st
--- a/RIFFReader.st	Thu Jan 02 11:30:10 2020 +0100
+++ b/RIFFReader.st	Thu Jan 02 11:31:34 2020 +0100
@@ -49,7 +49,7 @@
         define your own concrete reader, with methods getChunk_FOO:,
         for each chunk type FOO you want to parse there.
         Define your reader as a client to this reader, and let it processChunks.
-        See AVIReader for a concrete example.
+        See AVIReader, WAVFileReader, AIFFFileReader for concrete examples.
 
     This is in an experimental state and not yet finished.
     The protocol may change.
@@ -393,6 +393,10 @@
 
 version
     ^ '$Header$'
+!
+
+version_CVS
+    ^ '$Header$'
 ! !