TIFFReader.st
changeset 1762 55cf76514c8c
parent 1759 f52382e5a9b8
child 1785 16917d309b46
--- a/TIFFReader.st	Wed May 07 16:10:24 2003 +0200
+++ b/TIFFReader.st	Wed May 07 16:12:26 2003 +0200
@@ -1047,7 +1047,7 @@
     "Modified: / 1.12.1997 / 18:49:58 / cg"
 ! !
 
-!TIFFReader methodsFor:'private - data reading'!
+!TIFFReader methodsFor:'private-data reading'!
 
 readCCITT3RLETiffImageData
     ^ self fileFormatError:'ccitt mod Huffman (rle) compression not implemented'
@@ -1487,7 +1487,7 @@
     "Modified: / 12.8.1998 / 13:57:14 / cg"
 ! !
 
-!TIFFReader methodsFor:'private - reading'!
+!TIFFReader methodsFor:'private-reading'!
 
 positionToStrip:stripNr
     inStream position0Based:(stripOffsets at:stripNr).
@@ -1590,7 +1590,7 @@
     ^ values
 ! !
 
-!TIFFReader methodsFor:'private - writing'!
+!TIFFReader methodsFor:'private-writing'!
 
 writeBitsPerSample
 "
@@ -2220,7 +2220,7 @@
 !TIFFReader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/TIFFReader.st,v 1.72 2003-05-05 16:51:10 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/TIFFReader.st,v 1.73 2003-05-07 14:12:26 cg Exp $'
 ! !
 
 TIFFReader initialize!