canWriteEntryData

open fun canWriteEntryData(archiveEntry: ArchiveEntry): Boolean

Whether this stream is able to write the given entry.

Some archive formats support variants or details that are not supported (yet).

Return

This implementation always returns true.

Since

1.1

Parameters

archiveEntry

the entry to test