ArchiveSniffer

Sniffs a simple Archive-based publication format, like Comic Book Archive or Zipped Audio Book.

Reference: https://wiki.mobileread.com/wiki/CBR_and_CBZ

Functions

Link copied to clipboard
open suspend override fun sniffBlob(format: Format, source: Readable): Try<Format, ReadError>
Link copied to clipboard
open suspend override fun sniffContainer(format: Format, container: Container<Readable>): Try<Format, ReadError>
Link copied to clipboard
open override fun sniffHints(hints: FormatHints): Format?