Class ProdosFileInfo


  • public class ProdosFileInfo
    extends java.lang.Object
    A simple ProDOS File Info wrapper class.

    Note 1: standardBIN() can be used to generate sensible defaults.
    Note 2: Fields are package-private to allow AppleSingle.Builder to have direct access.

    • Field Detail

      • BYTES

        public static final int BYTES
        Number of bytes a File Dates Info takes per AppleSingle spec.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ProdosFileInfo

        public ProdosFileInfo​(int access,
                              int fileType,
                              int auxType)
    • Method Detail

      • toEntry

        public Entry toEntry()
      • getAccess

        public int getAccess()
      • getFileType

        public int getFileType()
      • getAuxType

        public int getAuxType()