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