ReadWithSize

case ReadWithSize(n: Int) extends ReadBytesInstruction[Chunk[Byte]]

An instruction to read precisely n bytes from the data source. If an interpreter cannot fulfill this requirement, it must interrupt the execution (i.e. throw with EitherT capability or early-return with OptionT capability).

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product