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

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

Parameters

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

Return Value

Type: ISequence
Parse entity object

Implements

IParserTParseOne(Stream)
See Also