NullIO Constructors
A null implementation of I/O operations that returns a constant value for reads and ignores writes.
public NullIO(Byte readValue = 255);
Parameters
| Name | Type | Description |
|---|---|---|
| readValue | Byte |
A null implementation of I/O operations that returns a constant value for reads and ignores writes.
public NullIO(Byte readValue = 255);
| Name | Type | Description |
|---|---|---|
| readValue | Byte |