-
Notifications
You must be signed in to change notification settings - Fork 25
Usage
Leonhard edited this page Apr 16, 2020
·
12 revisions
The usage is generic for every FileType.
You can either use the internal constructors of the FileTypes or the LightningBuilder
Valid constructors (For all FileTypes) are:
new FILETYPE-HERE(FILE)
new FILETYPE-HERE(NAME, PATH)
new FILETYPE-HERE(FILETYPE) //Copy-constructor
new FILETYPE-HERE(NAME, PATH, INPUTSTREAM)
2020-2022 - SimplixSoftworks