Interface ExportFileSupplier
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
FileExporter,ZipArchiveExporter
-
Method Summary
Modifier and TypeMethodDescriptionlongfixMaxFileSize(long userProvidedMaxFileSize) newFileOutput(String fileName) voidMethods inherited from interface java.lang.AutoCloseable
close
-
Method Details
-
getTargetPath
-
preValidate
- Throws:
IOException
-
newFileOutput
- Throws:
IOException
-
fixMaxFileSize
long fixMaxFileSize(long userProvidedMaxFileSize)
-