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

SupportClass.DigestOutputSupport.Write Method (Byte[], Int32, Int32)

If the message digest is activated then it is updated with the specified byte array and then write the byte array to the stream

public void Write(
   byte[] data,
   int start,
   int count
);

Parameters

data
The byte array
start
The start position in the array
count
The count of bytes to write

See Also

SupportClass.DigestOutputSupport Class | (global) Namespace | SupportClass.DigestOutputSupport.Write Overload List