Class SvgTextReader
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Model.dll
This class represents a reader which normalizes the line break: \n
, \r
, \r\n
are replaced
by \n
. The methods of this reader are not synchronized. The input is buffered.
public abstract class SvgTextReader
- Inheritance
-
SvgTextReader
- Derived
- Inherited Members
Constructors
Properties
- Column
Gets the current column in the stream.
- Line
Gets the current line in the stream.
Methods
- Read(char[], int, int)
Read characters into a portion of an array.