Class FileHandleImpl.MutableFileHandleImpl

    • Constructor Detail

      • MutableFileHandleImpl

        public MutableFileHandleImpl​(String aPath,
                                     String aName,
                                     long aSize,
                                     Date aCreatedDate,
                                     Date aModifiedDate)
        Instantiates a new mutable file handle impl.
        Parameters:
        aPath - the path
        aName - the name
        aSize - the size
        aCreatedDate - the created date
        aModifiedDate - the modified date
      • MutableFileHandleImpl

        public MutableFileHandleImpl​(FileHandle aFileHandle)
        Instantiates a new mutable file handle impl.
        Parameters:
        aFileHandle - the file handle