Class ScriptRecord


  • public class ScriptRecord
    extends java.lang.Object
    Version:
    $Id: ScriptRecord.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 
      Modifier Constructor Description
      protected ScriptRecord​(java.io.RandomAccessFile raf)
      Creates new ScriptRecord
    • 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

      • ScriptRecord

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

      • getTag

        public int getTag()
      • getOffset

        public int getOffset()