Class ProdosSubdirectoryHeader


  • public class ProdosSubdirectoryHeader
    extends ProdosCommonDirectoryHeader
    Provides common subdirectory attributes.

    Date created: Oct 5, 2002 11:17:57 PM

    • Constructor Detail

      • ProdosSubdirectoryHeader

        public ProdosSubdirectoryHeader​(ProdosFormatDisk disk,
                                        int block)
        Constructor for ProdosSubdirectoryHeader.
    • Method Detail

      • getSubdirectoryName

        public java.lang.String getSubdirectoryName()
        Return the name of this subdirectory.
      • getParentPointer

        public int getParentPointer()
        Return the block number of the parent directory which contains the file entry for this subdirectory.
      • setParentPointer

        public void setParentPointer​(int block)
        Set the block number of the parent directory which contains the file entry for this subdirectory.
      • getParentEntry

        public int getParentEntry()
        Return the number of the file entry within the parent block.
      • setParentEntry

        public void setParentEntry​(int entryNum)
        Sets the number of the file entry within the parent block.
      • getParentEntryLength

        public int getParentEntryLength()
        Return the length of the parent entry.
      • setParentEntryLength

        public void setParentEntryLength​(int length)
        Sets the number of the file entry within the parent block.
      • setProdosDirectoryEntry

        public void setProdosDirectoryEntry​(ProdosDirectoryEntry directoryEntry)
        Set the related ProDOS directory entry.
      • getProdosDirectoryEntry

        public ProdosDirectoryEntry getProdosDirectoryEntry()
        Get the related ProDOS directory entry.
      • setHousekeeping

        public void setHousekeeping()
        Set up some housekeeping bits