canReadEntryData

open fun canReadEntryData(archiveEntry: ArchiveEntry): Boolean

Whether this stream is able to read 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