Ab1ParserParse Method (BinaryReader, IAlphabet) |
Parsers the files binary content into a abi parser context using
the specified 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,
IAlphabet alphabet
)
Public Shared Function Parse (
reader As BinaryReader,
alphabet As IAlphabet
) As IParserContext
public:
static IParserContext^ Parse(
BinaryReader^ reader,
IAlphabet^ alphabet
)
static member Parse :
reader : BinaryReader *
alphabet : IAlphabet -> IParserContext
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