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

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

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

Parameters

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

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 Stream.

See Also

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