Class FileCacheEntry


  • public class FileCacheEntry
    extends java.lang.Object
    Simple class that contains a File and its MD5 string.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.io.File file  
      java.lang.String md5  
    • Constructor Summary

      Constructors 
      Constructor Description
      FileCacheEntry​(java.io.File file, java.lang.String md5)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • md5

        public java.lang.String md5
      • file

        public java.io.File file
    • Constructor Detail

      • FileCacheEntry

        public FileCacheEntry​(java.io.File file,
                              java.lang.String md5)