VPCustomBinaryStreamWriter T  Write Method (T)Virtual Photonics - VTS Library
Virtual Photonics
Writes a single data point to the underlying filestream

Namespace: Vts.IO
Assembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Syntax

public void Write(
	T item
)

Parameters

item
Type: T
Single data point to be written
See Also