Class PEFFileBatchCompare.Diff

  • Enclosing class:
    PEFFileBatchCompare

    public static class PEFFileBatchCompare.Diff
    extends Object
    Provides a difference specification.
    • Constructor Detail

      • Diff

        public Diff​(String key,
                    int pos)
        Creates a new difference specification with the supplied parameters.
        Parameters:
        key - the file name
        pos - the position
    • Method Detail

      • getKey

        public String getKey()
        Gets the file name.
        Returns:
        the file name
      • getPos

        public int getPos()
        Gets the byte position of the first difference.
        Returns:
        the position of the first difference