Binary

object Binary
class Object
trait Matchable
class Any
Binary.type

Type members

Classlikes

object Implicits

Value members

Concrete methods

def byteVector[F[_]](bv: ByteVector): Binary[F]
def computeAttributes[F[_]](detect: ContentTypeDetect, hint: Hint): (F, Byte) => BinaryAttributes

Consumes the input stream and produces a single element stream containing the attributes.

Consumes the input stream and produces a single element stream containing the attributes.

def empty[F[_]]: Binary[F]
def utf8String[F[_]](content: String): Binary[F]