sniffers constant

List<Sniffer> const sniffers

The default sniffers provided by Readium 2 to resolve a MediaType. You can register additional sniffers globally by modifying this list. The sniffers order is important, because some formats are subsets of other formats.

Implementation

static const List<Sniffer> sniffers = Sniffers.all;