Class MonitoredFile

java.lang.Object
org.duracloud.sync.endpoint.MonitoredFile

public class MonitoredFile extends Object
  • Constructor Details

    • MonitoredFile

      public MonitoredFile(File file)
  • Method Details

    • getFile

      public File getFile()
    • exists

      public boolean exists()
    • getName

      public String getName()
    • getAbsolutePath

      public String getAbsolutePath()
    • length

      public long length()
    • toURI

      public URI toURI()
    • getStreamBytesRead

      public long getStreamBytesRead()
    • getStream

      public MonitoredInputStream getStream()
    • getChecksum

      public String getChecksum()
    • getMimetype

      public String getMimetype()