Class OpenTorrentOptionsWindow.FileStatsCacheItem

  • Enclosing class:
    OpenTorrentOptionsWindow

    private static final class OpenTorrentOptionsWindow.FileStatsCacheItem
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) boolean exists  
      (package private) long freeSpace  
    • Constructor Summary

      Constructors 
      Constructor Description
      FileStatsCacheItem​(java.io.File f)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • exists

        boolean exists
      • freeSpace

        long freeSpace
    • Constructor Detail

      • FileStatsCacheItem

        public FileStatsCacheItem​(java.io.File f)