Skip to content

NullIO Constructors

A null implementation of I/O operations that returns a constant value for reads and ignores writes.

public NullIO(Byte readValue = 255);

View source

Parameters

Name Type Description
readValue Byte