StreamTools ThreadSafeStream Write Method ( Byte , Int64)NetworkComms.Net Help
Writes the provided buffer to the internal stream starting at the provided position within the internal stream

Namespace: NetworkCommsDotNet.Tools
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public void Write(
	byte[] buffer,
	long startPosition
)

Parameters

buffer
Type:  OnlineSystem Byte 

[Missing <param name="buffer"/> documentation for "M:NetworkCommsDotNet.Tools.StreamTools.ThreadSafeStream.Write(System.Byte[],System.Int64)"]

startPosition
Type: OnlineSystem Int64

[Missing <param name="startPosition"/> documentation for "M:NetworkCommsDotNet.Tools.StreamTools.ThreadSafeStream.Write(System.Byte[],System.Int64)"]

See Also