Class OverrideFileEntryReader
java.lang.Object
com.webcodepro.applecommander.util.readerwriter.OverrideFileEntryReader
- All Implemented Interfaces:
FileEntryReader
Allow programmatic control of what is in the results of the file entry.
Useful for translating from raw data.
It can also be used to layer in results and overrides.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.webcodepro.applecommander.util.readerwriter.FileEntryReader
equals
-
Constructor Details
-
OverrideFileEntryReader
public OverrideFileEntryReader()
-
-
Method Details
-
getFilename
- Specified by:
getFilenamein interfaceFileEntryReader
-
getProdosFiletype
- Specified by:
getProdosFiletypein interfaceFileEntryReader
-
isLocked
- Specified by:
isLockedin interfaceFileEntryReader
-
getFileData
- Specified by:
getFileDatain interfaceFileEntryReader
-
getResourceData
- Specified by:
getResourceDatain interfaceFileEntryReader
-
getBinaryAddress
Description copied from interface:FileEntryReaderThe address embedded in binary objects. This varies by DOS's so is split apart.- Specified by:
getBinaryAddressin interfaceFileEntryReader
-
getBinaryLength
Description copied from interface:FileEntryReaderThe length embedded in binary, Applesoft, Integer BASIC objects. This varies by DOS's so is split apart.- Specified by:
getBinaryLengthin interfaceFileEntryReader
-
getAuxiliaryType
- Specified by:
getAuxiliaryTypein interfaceFileEntryReader
-
getCreationDate
- Specified by:
getCreationDatein interfaceFileEntryReader
-
getLastModificationDate
- Specified by:
getLastModificationDatein interfaceFileEntryReader
-
builder
-