OSCI-Bibliothek für die Nutzung mit dem Microsoft® .NET-Framework

SupportClass.ReadInput Method

Reads a number of characters from the current source Stream and writes the data to the target array at the specified index.

Overload List

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);

See Also

SupportClass Class | (global) Namespace