createArchiveEntry

abstract fun createArchiveEntry(inputFile: File, entryName: String): ArchiveEntry

Create an archive entry using the inputFile and entryName provided.

Return

the ArchiveEntry set up with details from the file

Parameters

inputFile

the file to create the entry from

entryName

name to use for the entry

Throws

if an I/O error occurs