Read records and process them.
Namespace:
BioSharp.Core.Bio.Program.TagValueAssembly: BioSharp.Core (in BioSharp.Core.dll) Version: 0.1.3191.26120 (0.1.0.0)
Syntax
C# |
---|
public bool Read( TextReader reader, ITagValueParser parser, ITagValueListener listener ) |
Parameters
- reader
- Type: System.IO..::.TextReader
The reader from which to pull
- parser
- Type: BioSharp.Core.Bio.Program.TagValue..::.ITagValueParser
The parser to do the work
- listener
- Type: BioSharp.Core.Bio.Program.TagValue..::.ITagValueListener
The listener to process the results
Return Value
[Missing <returns> documentation for M:BioSharp.Core.Bio.Program.TagValue.Parser.Read(System.IO.TextReader,BioSharp.Core.Bio.Program.TagValue.ITagValueParser,BioSharp.Core.Bio.Program.TagValue.ITagValueListener)]