Interface IHeaders


public interface IHeaders
The processed headers from a file.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the pruned header.
    raw()
    Gets raw header as found in the document.
  • Method Details

    • raw

      String raw()
      Gets raw header as found in the document.
      Returns:
      the raw header as read from the file.
    • pruned

      String 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.