Class FeatureList


  • public class FeatureList
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      FeatureList​(java.io.RandomAccessFile raf, int offset)
      Creates new FeatureList
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Feature findFeature​(LangSys langSys, java.lang.String tag)  
      • Methods inherited from class java.lang.Object

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

      • FeatureList

        public FeatureList​(java.io.RandomAccessFile raf,
                           int offset)
                    throws java.io.IOException
        Creates new FeatureList
        Throws:
        java.io.IOException
    • Method Detail

      • findFeature

        public Feature findFeature​(LangSys langSys,
                                   java.lang.String tag)