Click or drag to resize

SimpleCharStream Class

An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
Inheritance Hierarchy
SystemObject
  de.unika.ipd.grGen.graphViewerAndSequenceDebuggerSimpleCharStream

Namespace: de.unika.ipd.grGen.graphViewerAndSequenceDebugger
Assembly: graphViewerAndSequenceDebugger (in graphViewerAndSequenceDebugger.dll) Version: GrGen.NET 7.1
Syntax
C#
public class SimpleCharStream

The SimpleCharStream type exposes the following members.

Constructors
 NameDescription
Public methodSimpleCharStream(Stream)Initializes a new instance of the SimpleCharStream class
Public methodSimpleCharStream(TextReader)Initializes a new instance of the SimpleCharStream class
Public methodSimpleCharStream(Stream, Int32, Int32)Initializes a new instance of the SimpleCharStream class
Public methodSimpleCharStream(TextReader, Int32, Int32)Initializes a new instance of the SimpleCharStream class
Public methodSimpleCharStream(Stream, Int32, Int32, Int32)Initializes a new instance of the SimpleCharStream class
Public methodSimpleCharStream(TextReader, Int32, Int32, Int32)Initializes a new instance of the SimpleCharStream class
Top
Properties
 NameDescription
Public propertyBeginColumn 
Public propertyBeginLine 
Public propertyColumnObsolete.
Public propertyEndColumn 
Public propertyEndLine 
Public propertyLineObsolete.
Top
Methods
Fields
See Also