BinaryInput

object BinaryInput
Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def fromFile[F[_]](path: Path, file: File, targetFormats: TargetFormats)(implicit evidence$8: Sync[F]): BinaryInput[F]
def fromStream[F[_]](path: Path, stream: F[InputStream], autoClose: Boolean, targetFormats: TargetFormats)(implicit evidence$9: Sync[F]): BinaryInput[F]
def fromString[F[_]](path: Path, input: String, targetFormats: TargetFormats)(implicit evidence$7: Sync[F]): BinaryInput[F]