|
|||||||||
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.ProdosVolumeDirectoryHeader
public class ProdosVolumeDirectoryHeader
Represents the ProDOS volume directory header.
Date created: Oct 5, 2002 10:58:24 PM
Field Summary |
---|
Fields inherited from class com.webcodepro.applecommander.storage.os.prodos.ProdosCommonEntry |
---|
ENTRY_LENGTH |
Constructor Summary | |
---|---|
ProdosVolumeDirectoryHeader(ProdosFormatDisk disk)
Constructor for ProdosVolumeDirectoryHeaderEntry. |
Method Summary | |
---|---|
java.lang.String |
getVolumeName()
Return the name of this volume. |
void |
setVolumeName(java.lang.String volumeName)
Set the name of this volume. |
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 ProdosVolumeDirectoryHeader(ProdosFormatDisk disk)
Method Detail |
---|
public java.lang.String getVolumeName()
public void setVolumeName(java.lang.String volumeName)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |