Click or drag to resize
Ab1ParserParse Method (Stream)
Parser the file.

Namespace: Bio.IO.AppliedBiosystems
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public IEnumerable<ISequence> Parse(
	Stream stream
)

Parameters

stream
Type: System.IOStream

[Missing <param name="stream"/> documentation for "M:Bio.IO.AppliedBiosystems.Ab1Parser.Parse(System.IO.Stream)"]

Return Value

Type: IEnumerableISequence

[Missing <returns> documentation for "M:Bio.IO.AppliedBiosystems.Ab1Parser.Parse(System.IO.Stream)"]

Implements

IParserTParse(Stream)
See Also