p

binny

package binny

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. binny
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Package Members

  1. package util

Type Members

  1. type Binary[F[_]] = Stream[F, Byte]
  2. trait BinaryAttributeStore[F[_]] extends AnyRef
  3. final case class BinaryAttributes(sha256: ByteVector, contentType: SimpleContentType, length: Long) extends Product with Serializable

    Basic attributes of binary data.

  4. final class BinaryId extends AnyVal
  5. trait BinaryStore[F[_]] extends AnyRef
  6. sealed trait ByteRange extends AnyRef
  7. sealed trait ChunkDef extends AnyRef
  8. trait ChunkedBinaryStore[F[_]] extends BinaryStore[F]

    A BinaryStore that can also store chunks out of order.

  9. trait ContentTypeDetect extends AnyRef

    A way to detect the content type of some bytes.

  10. final case class Hint(filename: Option[String], advertisedType: Option[String]) extends Product with Serializable
  11. sealed trait InsertChunkResult extends AnyRef
  12. final class SimpleContentType extends AnyVal

    A content type as a String.

    A content type as a String. A proper model for content types is beyond the scope of this library

Value Members

  1. object Binary
  2. object BinaryAttributeStore
  3. object BinaryAttributes extends Serializable
  4. object BinaryId
  5. object BinaryStore
  6. case object BuildInfo extends Product with Serializable

    This object was generated by sbt-buildinfo.

  7. object ByteRange
  8. object ChunkDef
  9. object ContentTypeDetect
  10. object Hint extends Serializable
  11. object InsertChunkResult
  12. object SimpleContentType

Inherited from AnyRef

Inherited from Any

Ungrouped