Class RepeatFinder


  • public class RepeatFinder
    extends java.lang.Object
    Author:
    K.Jaensch, klausj@phonetik.uni-muenchen.de
    • Constructor Summary

      Constructors 
      Constructor Description
      RepeatFinder​(java.io.File f, int bufLen, int toCompare)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void findRepeats()  
      static void main​(java.lang.String[] args)  
      void read()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RepeatFinder

        public RepeatFinder​(java.io.File f,
                            int bufLen,
                            int toCompare)
    • Method Detail

      • read

        public void read()
      • findRepeats

        public void findRepeats()
      • main

        public static void main​(java.lang.String[] args)