isValidFile abstract method

bool isValidFile(
  1. List<int> bytes
)

A light-weight function to test if the given file is able to be decoded by this Decoder.

Implementation

bool isValidFile(List<int> bytes);