StructReader Constructor

Create instance of StructReader.

Definition

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

Parameters

ba  Byte
Byte array to read from.

See Also