Class Js5Cache


  • public final class Js5Cache
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static byte[] load​(int archive, int group, int file)
      Loads a file from the game's Js5 cache.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • load

        public static byte[] load​(int archive,
                                  int group,
                                  int file)
        Loads a file from the game's Js5 cache. This performs an IO operation every call.