|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.webcodepro.applecommander.storage.os.prodos.ProdosCommonEntry
com.webcodepro.applecommander.storage.os.prodos.ProdosCommonDirectoryHeader
com.webcodepro.applecommander.storage.os.prodos.ProdosSubdirectoryHeader
public class ProdosSubdirectoryHeader
Provides commone subdirectory attributes.
Date created: Oct 5, 2002 11:17:57 PM
Field Summary |
---|
Fields inherited from class com.webcodepro.applecommander.storage.os.prodos.ProdosCommonEntry |
---|
ENTRY_LENGTH |
Constructor Summary | |
---|---|
ProdosSubdirectoryHeader(ProdosFormatDisk disk,
int block)
Constructor for ProdosSubdirectoryHeader. |
Method Summary | |
---|---|
int |
getParentEntry()
Return the number of the file entry within the parent block. |
int |
getParentEntryLength()
Return the length of the parent entry. |
int |
getParentPointer()
Return the block number of the parent directory which contains the file entry for this subdirectory. |
ProdosDirectoryEntry |
getProdosDirectoryEntry()
Get the related ProDOS directory entry. |
java.lang.String |
getSubdirectoryName()
Return the name of this subdirectory. |
void |
setProdosDirectoryEntry(ProdosDirectoryEntry directoryEntry)
Set the related ProDOS directory entry. |
Methods inherited from class com.webcodepro.applecommander.storage.os.prodos.ProdosCommonDirectoryHeader |
---|
decrementFileCount, getBitMapPointer, getEntriesPerBlock, getEntryLength, getFileCount, getTotalBlocks, incrementFileCount, setBitMapPointer, setEntriesPerBlock, setEntryLength, setFileCount, setTotalBlocks |
Methods inherited from class com.webcodepro.applecommander.storage.os.prodos.ProdosCommonEntry |
---|
canDestroy, canRead, canRename, canWrite, getAccess, getCreationDate, getDisk, getFileEntryBlock, getFormattedDisk, getMinimumProdosVersion, getProdosVersion, getStorageType, hasChanged, isEmpty, isSaplingFile, isSeedlingFile, isSubdirectoryHeader, isTreeFile, isVolumeHeader, readFileEntry, setAccess, setCanDestroy, setCanRead, setCanRename, setCanWrite, setCreationDate, setHasChanged, setMinimumProdosVersion, setProdosVersion, setSaplingFile, setSeedlingFile, setStorageType, setSubdirectoryHeader, setTreeFile, setVolumeHeader, writeFileEntry |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProdosSubdirectoryHeader(ProdosFormatDisk disk, int block)
Method Detail |
---|
public java.lang.String getSubdirectoryName()
public int getParentPointer()
public int getParentEntry()
public int getParentEntryLength()
public void setProdosDirectoryEntry(ProdosDirectoryEntry directoryEntry)
public ProdosDirectoryEntry getProdosDirectoryEntry()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |