Class RdosFileEntryReader
- java.lang.Object
-
- com.webcodepro.applecommander.util.readerwriter.RdosFileEntryReader
-
- All Implemented Interfaces:
FileEntryReader
public class RdosFileEntryReader extends java.lang.Object implements FileEntryReader
-
-
Constructor Summary
Constructors Constructor Description RdosFileEntryReader(RdosFileEntry fileEntry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<java.lang.Integer>
getBinaryAddress()
The address embedded in binary objects.java.util.Optional<byte[]>
getFileData()
java.util.Optional<java.lang.String>
getFilename()
java.util.Optional<java.lang.String>
getProdosFiletype()
-
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, getAuxiliaryType, getBinaryLength, getCreationDate, getLastModificationDate, getResourceData, isLocked
-
-
-
-
Constructor Detail
-
RdosFileEntryReader
public RdosFileEntryReader(RdosFileEntry fileEntry)
-
-
Method Detail
-
getFilename
public java.util.Optional<java.lang.String> getFilename()
- Specified by:
getFilename
in interfaceFileEntryReader
-
getBinaryAddress
public java.util.Optional<java.lang.Integer> 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
-
getProdosFiletype
public java.util.Optional<java.lang.String> getProdosFiletype()
- Specified by:
getProdosFiletype
in interfaceFileEntryReader
-
getFileData
public java.util.Optional<byte[]> getFileData()
- Specified by:
getFileData
in interfaceFileEntryReader
-
-