#DOCUMENTATION by exept
authorClaus Gittinger <cg@exept.de>
Thu, 02 Jan 2020 11:34:49 +0100
changeset 4415 564a0514360a
parent 4414 224e93713033
child 4416 8354e8800fc8
#DOCUMENTATION by exept class: RIFFReader comment/format in: #msb #msb:
RIFFReader.st
--- a/RIFFReader.st	Thu Jan 02 11:31:34 2020 +0100
+++ b/RIFFReader.st	Thu Jan 02 11:34:49 2020 +0100
@@ -192,15 +192,17 @@
 !
 
 msb
-    "return the value of the instance variable 'msb' (automatically generated)"
+    "return the value of the instance variable 'msb'.
+     This is usually false for RIFF (intel-LSB files),
+     but may also be true for RIFX (mororola-MSB files)"
 
     ^ msb
 !
 
-msb:something
-    "set the value of the instance variable 'msb' (automatically generated)"
+msb:aBoolean
+    "do not call - this should be set when a header (RIFF vs. RIFX) is read"
 
-    msb := something.
+    msb := aBoolean.
 !
 
 streamTypes:something