Class ArchiveReader


  • public class ArchiveReader
    extends java.lang.Object
    Read in all files in a given directory and pass buffered readers of them to the relay descriptor parser.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void readDescriptors()
      Reads all descriptors from the given directory, possibly using a parse history file, and passes them to the given descriptor parser.
      • Methods inherited from class java.lang.Object

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

      • readDescriptors

        public void readDescriptors()
        Reads all descriptors from the given directory, possibly using a parse history file, and passes them to the given descriptor parser.