Class OverrideFileEntryReader.Builder
java.lang.Object
com.webcodepro.applecommander.util.readerwriter.OverrideFileEntryReader.Builder
- Enclosing class:
OverrideFileEntryReader
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionauxiliaryType
(int auxiliaryType) auxiliaryType
(Optional<Integer> auxiliaryType) binaryAddress
(int binaryAddress) binaryAddress
(Optional<Integer> binaryAddress) binaryLength
(int binaryLength) binaryLength
(Optional<Integer> binaryLength) build()
build
(FileEntryReader parent) buildList
(FileEntryReader parent) creationDate
(Date creationDate) creationDate
(Optional<Date> creationDate) fileData
(byte[] fileData) lastModificationDate
(Date lastModificationDate) lastModificationDate
(Optional<Date> lastModificationDate) locked
(boolean locked) prodosFiletype
(String filetype) prodosFiletype
(Optional<String> filetype) resourceData
(byte[] resourceData) resourceData
(Optional<byte[]> resourceData)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
-
buildList
-
build
-
buildList
-
filename
-
filename
-
prodosFiletype
-
prodosFiletype
-
locked
-
locked
-
fileData
-
fileData
-
resourceData
-
resourceData
-
binaryAddress
-
binaryAddress
-
binaryLength
-
binaryLength
-
auxiliaryType
-
auxiliaryType
-
creationDate
-
creationDate
-
lastModificationDate
-
lastModificationDate
-