StructReaderUpdate Method

Update byte array to read from by adding bytes.

Definition

Namespace: Vajhoej.Record
Assembly: Record (in Record.dll) Version: 0.0.0.0
C#
public void Update(
	byte[] ba
)

Parameters

ba  Byte
Bytes to add.

See Also