StreamHelper

tasks.fileservice.StreamHelper
class StreamHelper(s3Client: Option[S3Client], httpClient: Option[Client[IO]])

Attributes

Experimental
true
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def createStream(uri: Uri, fromOffset: Long): Stream[IO, Byte]
def getContentLengthAndETag(uri: Uri): IO[(Option[Long], Option[String])]
def s3Loc(uri: Uri): (String, String)