OpeningPaths

au.id.tmm.fetch.files.OpeningPaths$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def csvLines(path: Path, format: CSVFormat, charset: Charset): Stream[IO, List[String]]
def csvLinesWithHeader(path: Path, format: CSVFormat, charset: Charset): Stream[IO, Map[String, String]]
def fs2Path(path: Path): Path
def fs2Stream(path: Path): Stream[IO, Byte]
def inputStream(path: Path): Resource[IO, InputStream]
def lines(path: Path, charset: Charset): Stream[IO, String]
def makeInputStream(path: Path): IO[InputStream]
def zipFile(path: Path): Resource[IO, ZipFile]