Class FeatureRecord


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

      Constructors 
      Constructor Description
      FeatureRecord​(java.io.RandomAccessFile raf)
      Creates new FeatureRecord
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getOffset()  
      int getTag()  
      • Methods inherited from class java.lang.Object

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

      • FeatureRecord

        public FeatureRecord​(java.io.RandomAccessFile raf)
                      throws java.io.IOException
        Creates new FeatureRecord
        Throws:
        java.io.IOException
    • Method Detail

      • getTag

        public int getTag()
      • getOffset

        public int getOffset()