CompositeFormatSniffer

Constructors

Link copied to clipboard
constructor(sniffers: List<FormatSniffer>)
constructor(vararg sniffers: FormatSniffer)

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?