Uses of Class
net.sf.statsvn.util.BinaryDiffException

Packages that use BinaryDiffException
net.sf.statsvn.input This package is responsible for parsing SVN logs and working copy and creating a StatSVN model from them. 
net.sf.statsvn.util Utility classes. 
net.sf.statsvn.util.svnkit   
 

Uses of BinaryDiffException in net.sf.statsvn.input
 

Methods in net.sf.statsvn.input that throw BinaryDiffException
 int[] RepositoryFileManager.getLineDiff(String oldRevNr, String newRevNr, String filename)
          Returns line count differences between two revisions of a file.
 Vector RepositoryFileManager.getRevisionDiff(String newRevNr)
          Returns line count differences for all files in a particular revision.
 

Uses of BinaryDiffException in net.sf.statsvn.util
 

Methods in net.sf.statsvn.util that throw BinaryDiffException
 Vector SvnDiffUtils.getLineDiff(String newRevNr)
           
 Vector ISvnDiffProcessor.getLineDiff(String newRevNr)
          Returns line count differences for all files in a particular revision.
 int[] SvnDiffUtils.getLineDiff(String oldRevNr, String newRevNr, String filename)
           
 int[] ISvnDiffProcessor.getLineDiff(String oldRevNr, String newRevNr, String filename)
          Returns line count differences between two revisions of a file.
protected  int[] SvnDiffUtils.parseDiff(net.sf.statcvs.util.LookaheadReader diffReader)
          Returns line count differences between two revisions of a file.
protected  int[] SvnDiffUtils.parseSingleDiffStream(InputStream diffStream)
           
protected  void SvnDiffUtils.verifyOutput(ProcessUtils pUtils)
          Verifies the process error stream.
 

Uses of BinaryDiffException in net.sf.statsvn.util.svnkit
 

Methods in net.sf.statsvn.util.svnkit that throw BinaryDiffException
 Vector SvnKitDiff.getLineDiff(String newRevNr)
          Gets diffs inside one revision.
 int[] SvnKitDiff.getLineDiff(String oldRevNr, String newRevNr, String filename)
          Gets a single diff for a file between two revisions.