StructWriter(Int32) Constructor

Construct instance of StructWriter.

Definition

Namespace: Vajhoej.Record
Assembly: Record (in Record.dll) Version: 0.0.0.0
C#
public StructWriter(
	int bufsiz
)

Parameters

bufsiz  Int32
Size of byte array to write to.

See Also