Read

Read reads a specified amount from the current instance and populates the array buffer.

Overload List:

  • Read(byte [ ], int, int)

    This instance method reads a specified amount of bytes from the current instance and populates the byte array buffer.

  • Read(char [ ], int, int)

    This instance method reads a specified amount of characters from the current instance and populates the character array buffer.