Class ScriptList


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

      • scriptCount

        private int scriptCount
      • scripts

        private Script[] scripts
    • Constructor Detail

      • ScriptList

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

      • getScriptCount

        public int getScriptCount()
      • getScriptRecord

        public ScriptRecord getScriptRecord​(int i)
      • findScript

        public Script findScript​(java.lang.String tag)