Method Read
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Model.dll
Read()
public abstract int Read()
Returns
Read(char[], int, int)
Read characters into a portion of an array.
public virtual int Read(char[] cbuf, int off, int len)
Parameters
cbuf
char[]Destination buffer
off
intOffset at which to start writing characters
len
intMaximum number of characters to read
Returns
- int
The number of characters read, or -1 if the end of the stream has been reached