ZInputStream

zio.ZInputStream
See theZInputStream companion object
trait ZInputStream

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def readAll(bufferSize: Int)(implicit trace: Trace): IO[Option[IOException], Chunk[Byte]]
def readN(n: Int)(implicit trace: Trace): IO[Option[IOException], Chunk[Byte]]
def skip(n: Long)(implicit trace: Trace): IO[IOException, Long]