Parse a single sequence - not supported due to the file format.
Namespace: Bio.IO.GffAssembly: 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
Stream
Return Value
Type:
ISequenceSequence
Implements
IParserTParseOne(Stream)See Also