Reads a number of characters from the current source Stream and writes the data to the target array at the specified index.
Reads a number of characters from the current source Stream and writes the data to the target array at the specified index.
public static int ReadInput(Stream,ref byte[],int,int);
Reads a number of characters from the current source Stream and writes the data to the target array at the specified index.
public static int ReadInput(Stream,ref sbyte[],int,int);
Reads a number of characters from the current source TextReader and writes the data to the target array at the specified index.
public static int ReadInput(TextReader,ref sbyte[],int,int);
SupportClass Class | (global) Namespace