Package org.daisy.braille.utils.pef
Class PEFFileBatchCompare.Diff
- java.lang.Object
-
- org.daisy.braille.utils.pef.PEFFileBatchCompare.Diff
-
- Enclosing class:
- PEFFileBatchCompare
public static class PEFFileBatchCompare.Diff extends Object
Provides a difference specification.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getKey()
Gets the file name.int
getPos()
Gets the byte position of the first difference.
-
-
-
Constructor Detail
-
Diff
public Diff(String key, int pos)
Creates a new difference specification with the supplied parameters.- Parameters:
key
- the file namepos
- 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
-
-