public interface IHeaders
The processed headers from a file.
-
Method Summary
Gets raw header as found in the document.
-
Method Details
-
raw
Gets raw header as found in the document.
- Returns:
- the raw header as read from the file.
-
pruned
Gets the pruned header. This is the header with all non letter
and non number characters removed and the string converted to lower case.
- Returns:
- The pruned header.