Class FeatureRecord


  • public class FeatureRecord
    extends java.lang.Object
    Version:
    $Id: FeatureRecord.java 1733416 2016-03-03 07:07:13Z gadams $
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int offset  
      private int tag  
    • 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
    • Field Detail

      • tag

        private int tag
      • offset

        private int offset
    • 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()