GenBankParserParseOne Method |
Parse a single entity from the given stream.
Namespace: Bio.IO.GenBankAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public ISequence ParseOne(
Stream stream
)
Public Function ParseOne (
stream As Stream
) As ISequence
public:
virtual ISequence^ ParseOne(
Stream^ stream
) sealed
abstract ParseOne :
stream : Stream -> ISequence
override ParseOne :
stream : Stream -> ISequence
Parameters
- stream
- Type: System.IOStream
The stream to pull data from
Return Value
Type:
ISequenceParse entity object
Implements
IParserTParseOne(Stream)See Also