Methods
Name | Description | |
---|---|---|
![]() ![]() | MD5( Byte ) |
Return the MD5 hash of the provided byte array as a string
|
![]() ![]() | MD5(Stream) |
Return the MD5 hash of the provided memory stream as a string. Stream position will be equal to the length of stream on
return, this ensures the MD5 is consistent.
|
![]() ![]() | MD5(Stream, Int64, Int32) |
Return the MD5 hash of the provided memory stream as a string. Stream position will be equal to the length of stream on
return, this ensures the MD5 is consistent.
|
![]() ![]() | Write(Stream, Stream) |
Write the provided input stream to the destination stream
|
![]() ![]() | Write( Byte , Int32, Int32, Stream, Int32, Double, Int32) |
Write the provided sendbuffer to the destination stream in chunks of writeBufferSize. Throws exception if any write takes longer than timeoutPerByteWriteMS.
|
![]() ![]() | Write(Stream, Int64, Int64, Stream, Int32, Double, Int32) |
Write the provided input stream to the destination stream in chunks of writeBufferSize. Throws exception if any write takes longer than timeoutPerByteWriteMS.
|
See Also