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, wait
Methods inherited from interface com.webcodepro.applecommander.util.readerwriter.FileEntryReader
equals
-
Constructor Details
-
OverrideFileEntryReader
public OverrideFileEntryReader()
-
-
Method Details
-
getFilename
- Specified by:
getFilename
in interfaceFileEntryReader
-
getProdosFiletype
- Specified by:
getProdosFiletype
in interfaceFileEntryReader
-
isLocked
- Specified by:
isLocked
in interfaceFileEntryReader
-
getFileData
- Specified by:
getFileData
in interfaceFileEntryReader
-
getResourceData
- Specified by:
getResourceData
in interfaceFileEntryReader
-
getBinaryAddress
Description copied from interface:FileEntryReader
The address embedded in binary objects. This varies by DOS's so is split apart.- Specified by:
getBinaryAddress
in interfaceFileEntryReader
-
getBinaryLength
Description copied from interface:FileEntryReader
The length embedded in binary, Applesoft, Integer BASIC objects. This varies by DOS's so is split apart.- Specified by:
getBinaryLength
in interfaceFileEntryReader
-
getAuxiliaryType
- Specified by:
getAuxiliaryType
in interfaceFileEntryReader
-
getCreationDate
- Specified by:
getCreationDate
in interfaceFileEntryReader
-
getLastModificationDate
- Specified by:
getLastModificationDate
in interfaceFileEntryReader
-
builder
-