Class/Object

quasar.yggdrasil.vfs.ActorVFSModule

FileBlobResource

Related Docs: object FileBlobResource | package ActorVFSModule

Permalink

final case class FileBlobResource(dataFile: File, metadata: BlobMetadata) extends BlobResource with Product with Serializable

A blob of data that has been persisted to disk.

Linear Supertypes
Serializable, Serializable, Product, Equals, ActorVFSModule.BlobResource, ActorVFSModule.Resource, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FileBlobResource
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. BlobResource
  7. Resource
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FileBlobResource(dataFile: File, metadata: BlobMetadata)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def asByteStream(mimeType: MimeType)(implicit M: Monad[Future]): OptionT[Future, StreamT[Future, Array[Byte]]]

    Permalink
    Definition Classes
    FileBlobResourceResource
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def asString(implicit M: Monad[Future]): OptionT[Future, String]

    Permalink

    Suck the file into a String

    Suck the file into a String

    Definition Classes
    FileBlobResourceBlobResource
  7. val authorities: Authorities

    Permalink
    Definition Classes
    FileBlobResourceResource
  8. val byteLength: Long

    Permalink
    Definition Classes
    FileBlobResourceBlobResource
  9. def byteStream(requestedMimeTypes: Seq[MimeType])(implicit M: Monad[Future]): OptionT[Future, (MimeType, StreamT[Future, Array[Byte]])]

    Permalink
    Definition Classes
    BlobResourceResource
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. val dataFile: File

    Permalink
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def fold[A](blobResource: (ActorVFSModule.BlobResource) ⇒ A, projectionResource: (ActorVFSModule.ProjectionResource) ⇒ A): A

    Permalink
    Definition Classes
    FileBlobResourceBlobResourceResource
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def ioStream: StreamT[IO, Array[Byte]]

    Permalink

    Stream the file off disk.

  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. val metadata: BlobMetadata

    Permalink
  19. val mimeType: MimeType

    Permalink
    Definition Classes
    FileBlobResourceResource
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  24. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ActorVFSModule.Resource

Inherited from AnyRef

Inherited from Any

Ungrouped