LpfSniffer

Sniffs a Lightweight Packaging Format (LPF).

References:

  • https://www.w3.org/TR/lpf/

  • https://www.w3.org/TR/pub-manifest/

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?