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:
getFilenamein interfaceFileEntryReader
-
getBinaryAddress
public java.util.Optional<java.lang.Integer> getBinaryAddress()
Description copied from interface:FileEntryReaderThe address embedded in binary objects. This varies by DOS's so is split apart.- Specified by:
getBinaryAddressin interfaceFileEntryReader
-
getProdosFiletype
public java.util.Optional<java.lang.String> getProdosFiletype()
- Specified by:
getProdosFiletypein interfaceFileEntryReader
-
getFileData
public java.util.Optional<byte[]> getFileData()
- Specified by:
getFileDatain interfaceFileEntryReader
-
-