Encapsulate the parsing of lines from a buffered reader into tag-value events.
Namespace:
BioSharp.Core.Bio.Program.TagValueAssembly: BioSharp.Core (in BioSharp.Core.dll) Version: 0.1.3191.26120 (0.1.0.0)
Syntax
C# |
---|
public class Parser |
Remarks
Scripts will usually construct a parser object, a TextReader, an ITagValueParser and ITagValueListener, and then set up a loop that processes each record in the reader by calling Parser.Read() until it returns false.
Original BioJava version by Matthew Pocock. Port to C# by Doug Swisher.