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

SupportClass.ReadInput Method (TextReader, SByte[], Int32, Int32)

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 sourceTextReader,
   ref sbyte[] target,
   int start,
   int count
);

Parameters

sourceTextReader
The source TextReader to read from
target
Contains the array of characteres read from the source TextReader.
start
The starting index of the target array.
count
The maximum number of characters to read from the source TextReader.

Return Value

The number of characters read. The number will be less than or equal to count depending on the data available in the source TextReader.

See Also

SupportClass Class | (global) Namespace | SupportClass.ReadInput Overload List