#FEATURE by cg
authorClaus Gittinger <cg@exept.de>
Fri, 24 Feb 2017 01:37:16 +0100
changeset 3933 b4af58284a84
parent 3932 a36a1c6efbb2
child 3934 993f8921185d
#FEATURE by cg class: MacOSXIconReader added: #read_icsb_from: #read_icsd_from:
MacOSXIconReader.st
--- a/MacOSXIconReader.st	Thu Feb 23 14:10:23 2017 +0100
+++ b/MacOSXIconReader.st	Fri Feb 24 01:37:16 2017 +0100
@@ -1052,6 +1052,24 @@
     "
 !
 
+read_icsb_from:bytes
+    "read (actually: skip) an icsb record."
+
+    self breakPoint:#cg.
+    ^ nil
+
+    "Created: / 24-02-2017 / 01:21:24 / cg"
+!
+
+read_icsd_from:bytes
+    "read (actually: skip) an icsd record."
+
+    self breakPoint:#cg.
+    ^ nil
+
+    "Created: / 24-02-2017 / 01:36:21 / cg"
+!
+
 read_ih32_from:bytes
     "read an ih32 packbits format 48x48x24 icon "