Table of Contents

Method Read

Namespace
SharpVectors.Dom.Svg
Assembly
SharpVectors.Model.dll

Read()

public abstract int Read()

Returns

int

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 int

Offset at which to start writing characters

len int

Maximum number of characters to read

Returns

int

The number of characters read, or -1 if the end of the stream has been reached