Click or drag to resize
IFormatterTFormat Method (Stream, T)
Writes a single data entry.

Namespace: Bio.IO
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
void Format(
	Stream writer,
	T data
)

Parameters

writer
Type: System.IOStream
Stream to write to.
data
Type: T
The data to write.
See Also