Click or drag to resize

SharpStreamWrite(Byte, Int32, Int32) Method


Namespace: ArthaChitra.Model.IO
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public override void Write(
	byte[] array,
	int offset,
	int count
)

Parameters

array  Byte
 
offset  Int32
 
count  Int32
 
See Also