ZInputStream

zio.ZInputStream
See theZInputStream companion object

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

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]