Class RSOverlayIndex


  • public class RSOverlayIndex
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      RSOverlayIndex()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.function.Function<byte[],​byte[]> getCacheTransformer​(int indexId, int archiveId)  
      static java.util.HashMap<java.lang.Integer,​java.util.function.Function<byte[],​byte[]>> getCacheTransformers()  
      static java.util.Set<java.lang.Integer> getOverlays()  
      static boolean hasCacheTransformer​(int indexId, int archiveId)  
      static boolean hasOverlay​(int indexId, int archiveId)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RSOverlayIndex

        public RSOverlayIndex()
    • Method Detail

      • hasCacheTransformer

        public static boolean hasCacheTransformer​(int indexId,
                                                  int archiveId)
      • getCacheTransformer

        public static java.util.function.Function<byte[],​byte[]> getCacheTransformer​(int indexId,
                                                                                           int archiveId)
      • hasOverlay

        public static boolean hasOverlay​(int indexId,
                                         int archiveId)
      • getOverlays

        public static java.util.Set<java.lang.Integer> getOverlays()
      • getCacheTransformers

        public static java.util.HashMap<java.lang.Integer,​java.util.function.Function<byte[],​byte[]>> getCacheTransformers()