StructReaderStream Constructor

Create instance of StructReaderStream.

Definition

Namespace: Vajhoej.Record
Assembly: Record (in Record.dll) Version: 0.0.0.0
C#
public StructReaderStream(
	Stream stm,
	int elmsiz,
	int noelm
)

Parameters

stm  Stream
Input stream.
elmsiz  Int32
Fixed size structs: size struct, variable size structs: maximum size struct.
noelm  Int32
Number of structs in buffer.

See Also