Ab1ParserParse Method (BinaryReader) |
Parsers the files binary content into a abi parser context using the DNA alphabet.
Namespace: Bio.IO.AppliedBiosystemsAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntaxpublic static IParserContext Parse(
BinaryReader reader
)
Public Shared Function Parse (
reader As BinaryReader
) As IParserContext
public:
static IParserContext^ Parse(
BinaryReader^ reader
)
static member Parse :
reader : BinaryReader -> IParserContext
Parameters
- reader
- Type: System.IOBinaryReader
[Missing <param name="reader"/> documentation for "M:Bio.IO.AppliedBiosystems.Ab1Parser.Parse(System.IO.BinaryReader)"]
Return Value
Type:
IParserContext[Missing <returns> documentation for "M:Bio.IO.AppliedBiosystems.Ab1Parser.Parse(System.IO.BinaryReader)"]
See Also