open override fun <R> read(offset: Int, atMost: Int, block: Input.() -> R): R
Content copied to clipboard
Read maximum of atMost bytes as input from the binary, starting at offset. The generated input is always closed when leaving scope, so it could not be leaked outside of scope of block.