Class FileLoader<V>

    • Constructor Detail

      • FileLoader

        public FileLoader​(int archive)
    • Method Detail

      • form

        public V form​(int group,
                      int file,
                      byte[] data)
               throws java.io.IOException
        Throws:
        java.io.IOException
      • form

        public abstract V form​(int group,
                               int file,
                               byte[] data,
                               java.util.Map<java.lang.String,​java.lang.Object> arguments)
                        throws java.io.IOException
        Throws:
        java.io.IOException
      • load

        public V load​(ConfigType type,
                      int file)
               throws java.io.IOException
        Throws:
        java.io.IOException
      • load

        public V load​(JS5CacheController cache,
                      int entry,
                      int file)
               throws java.io.IOException
        Throws:
        java.io.IOException
      • load

        public V load​(JS5CacheController cache,
                      int group,
                      int file,
                      java.util.Map<java.lang.String,​java.lang.Object> arguments)
               throws java.io.IOException
        Throws:
        java.io.IOException
      • load

        public java.util.List<V> load​(JS5CacheController cache,
                                      int group,
                                      java.util.Map<java.lang.String,​java.lang.Object> arguments)
      • load

        public V load​(JS5CacheController cache,
                      java.lang.String group,
                      int file)
               throws java.io.IOException
        Throws:
        java.io.IOException
      • load

        public V load​(JS5CacheController cache,
                      java.lang.String group,
                      int file,
                      java.util.Map<java.lang.String,​java.lang.Object> arguments)
               throws java.io.IOException
        Throws:
        java.io.IOException
      • getFiles

        public int[] getFiles​(ConfigType type)