BinaryInput

Companion:
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def fromClassLoaderResource[F[_] : Async](resource: String, mountPoint: Path, targetFormats: TargetFormats, classLoader: ClassLoader): BinaryInput[F]
def fromClassResource[F[_] : Async, T : ClassTag](resource: String, mountPoint: Path, targetFormats: TargetFormats): BinaryInput[F]
def fromFile[F[_] : Async](file: FilePath, mountPoint: Path, targetFormats: TargetFormats): BinaryInput[F]
def fromInputStream[F[_] : Sync](stream: F[InputStream], mountPoint: Path, autoClose: Boolean, targetFormats: TargetFormats): BinaryInput[F]
def fromString[F[_] : Sync](input: String, mountPoint: Path, targetFormats: TargetFormats): BinaryInput[F]