Method Detect
Detect(byte[]?)
Identifies the container format from the payload bytes.
public static MetafileFormat Detect(byte[]? bytes)
Parameters
bytesbyte[]The payload, or null.
Returns
- MetafileFormat
The detected format, or Unknown.
Identifies the container format from the payload bytes.
public static MetafileFormat Detect(byte[]? bytes)
bytes byte[]The payload, or null.
The detected format, or Unknown.