Interface FileEntryReader
- All Known Implementing Classes:
DosFileEntryReaderWriter,NakedosFileEntryReader,OverrideFileEntryReader,PascalFileEntryReaderWriter,ProdosFileEntryReaderWriter,RdosFileEntryReader
public interface FileEntryReader
-
Method Summary
Modifier and TypeMethodDescriptiondefault booleanequals(FileEntryReader reader) static FileEntryReaderThe address embedded in binary objects.The length embedded in binary, Applesoft, Integer BASIC objects.default Optional<byte[]> default Optional<byte[]> isLocked()
-
Method Details
-
getFilename
-
getProdosFiletype
-
isLocked
-
getFileData
-
getResourceData
-
getBinaryAddress
The address embedded in binary objects. This varies by DOS's so is split apart. -
getBinaryLength
The length embedded in binary, Applesoft, Integer BASIC objects. This varies by DOS's so is split apart. -
getAuxiliaryType
-
getCreationDate
-
getLastModificationDate
-
equals
-
get
-