Click or drag to resize
IParserTParseOne Method
Parse a single entity from the given stream.

Namespace: Bio.IO
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
T ParseOne(
	Stream stream
)

Parameters

stream
Type: System.IOStream
The stream to pull data from

Return Value

Type: T
Parse entity object
See Also