XmlSanitizerStream.Read Method

<< 点击显示目录 >>

主页  PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > XmlSanitizerStream Class > XmlSanitizerStream Methods >

XmlSanitizerStream.Read Method

BR.AN.PviServices .NET


Reads the next character from the input stream and advances the characterposition by one character.

Overload List

Reads the next character from the input stream and advances the characterposition by one character.

public override int Read()

Reads a maximum of count characters from the current stream into buffer, beginning at index.

public override int Read(char[],int,int)

See Also

XmlSanitizerStream Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]

Topics in this section:

XmlSanitizerStream.Read() Method

XmlSanitizerStream.Read(Char, Int32, Int32) Method