Open gorillapower opened 1 year ago
In the core library .. not really. It just reads a binary stream, whitespace assumes a text encoding.
That said, if you're doing some sort of detection based on text content what you could do is create a custom FileFormat
and override IsMatch
to skip over any whitespace.
Is it possible to support ignoring whitespace characters at the beginning of a stream?