Read

This method reads a specified amount from the current XML stream instance and populates the array buffer.

Overload List:

  • Read(byte[ ], int, int)

    This method reads a specified amount of unicode bytes from the current instance, advances the position within the stream, and populates the byte array buffer.

  • Read(char[ ], int, int)

    This method reads a specified amount of characters from the current instance, advances the position within the stream, and populates the character array buffer.