Class CachedFileAttributes

java.lang.Object
tv.hd3g.transfertfiles.FileAttributesReference
tv.hd3g.transfertfiles.CachedFileAttributes

public class CachedFileAttributes extends FileAttributesReference
  • Constructor Details

    • CachedFileAttributes

      public CachedFileAttributes(AbstractFile abstractFile, long length, long lastModified, boolean exists, boolean directory, boolean file, boolean link, boolean special)
      Attributes and AbstractFile attributes shoud be the same values (at the least on the creation).
    • CachedFileAttributes

      public CachedFileAttributes(AbstractFile abstractFile)
      Not optimized approach directly derived from AbstractFile.
  • Method Details