case class SharedFile(path: FilePath, byteSize: Long, hash: Int) extends HasSharedFiles with Product with Serializable

Linear Supertypes
Serializable, Serializable, HasSharedFiles, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SharedFile
  2. Serializable
  3. Serializable
  4. HasSharedFiles
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SharedFile(path: FilePath, byteSize: Long, hash: Int)

Value Members

  1. val byteSize: Long
  2. def delete(implicit tsc: TaskSystemComponents): Future[Boolean]
  3. def file(implicit tsc: TaskSystemComponents): Future[File]
  4. val hash: Int
  5. def history(implicit tsc: TaskSystemComponents): Future[History]
  6. def isAccessible(implicit tsc: TaskSystemComponents): Future[Boolean]
  7. def name: String
  8. val path: FilePath
  9. def source(fromOffset: Long)(implicit tsc: TaskSystemComponents): Source[ByteString, NotUsed]
  10. def source(implicit tsc: TaskSystemComponents): Source[ByteString, NotUsed]
  11. def toString(): String
    Definition Classes
    SharedFile → AnyRef → Any
  12. def uri(implicit tsc: TaskSystemComponents): Future[Uri]