Class AppleSingleReader


  • public final class AppleSingleReader
    extends java.lang.Object
    The AppleSingleReader is a component that allows tools to react to processing that goes on when an AppleSingle file is being read. The Builder allows multiple Consumer's and ReadAtReporter's to be defined.
    • Method Detail

      • read

        public java.nio.ByteBuffer read​(int len,
                                        java.lang.String description)
      • readAt

        public java.nio.ByteBuffer readAt​(int start,
                                          int len,
                                          java.lang.String description)
      • reportVersion

        public void reportVersion​(int version)
      • reportNumberOfEntries

        public void reportNumberOfEntries​(int numberOfEntries)
      • reportEntry

        public void reportEntry​(Entry entry)