Click or drag to resize
Ab1ParserParse Method (BinaryReader, IAlphabet)
Parsers the files binary content into a abi parser context using the specified alphabet.

Namespace: Bio.IO.AppliedBiosystems
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public static IParserContext Parse(
	BinaryReader reader,
	IAlphabet alphabet
)

Parameters

reader
Type: System.IOBinaryReader

[Missing <param name="reader"/> documentation for "M:Bio.IO.AppliedBiosystems.Ab1Parser.Parse(System.IO.BinaryReader,Bio.IAlphabet)"]

alphabet
Type: BioIAlphabet

[Missing <param name="alphabet"/> documentation for "M:Bio.IO.AppliedBiosystems.Ab1Parser.Parse(System.IO.BinaryReader,Bio.IAlphabet)"]

Return Value

Type: IParserContext

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

See Also