How smart is the encoding type detection?
We will allow several methods of detection: • use of LOAD/as type spec • file suffix (via codec table) • encoding type detection (signatures) So, codec modules would include more than just encode/decode, but also the signature algorithms. For example, JPG binary data downloaded includes a signature that identifies it as JPG.