ZInputStream

Companion:
object
class Object
trait Matchable
class Any

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]