Package 

Class CacheHelper

    • Method Summary

      Modifier and Type Method Description
      static Array<byte> read(@NonNull() File inputFile)
      static File write(@NonNull() Context context, long timestamp, Array<byte> data)
      static boolean write(File outputFile, Array<byte> data)
      static boolean deleteAll(@NonNull() Context context) Delete cached display receipt
      static List<File> getCachedFiles(@NonNull() Context context, boolean debug) Return a sorted list of File matching available cached display receipt.Don't load the cached file in memory, only list them.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait