Keyoti RapidSpell WPF API Docs
Write Method (buffer, offset, count)
APIKeyoti.RapidSpell.Compression.WpfCrcCalculatorStreamWrite(array<Byte>[]()[][], Int32, Int32)
Keyoti RapidSpell WPF
Write to the stream.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public override void Write(
	byte[] buffer,
	int offset,
	int count
)
public override void Write(
	byte[] buffer,
	int offset,
	int count
)
Public Overrides Sub Write ( 
	buffer As Byte(),
	offset As Integer,
	count As Integer
)
Public Overrides Sub Write ( 
	buffer As Byte(),
	offset As Integer,
	count As Integer
)
public:
virtual void Write(
	array<unsigned char>^ buffer, 
	int offset, 
	int count
) override
public:
virtual void Write(
	array<unsigned char>^ buffer, 
	int offset, 
	int count
) override
abstract Write : 
        buffer : byte[] * 
        offset : int * 
        count : int -> unit 
override Write : 
        buffer : byte[] * 
        offset : int * 
        count : int -> unit 
abstract Write : 
        buffer : byte[] * 
        offset : int * 
        count : int -> unit 
override Write : 
        buffer : byte[] * 
        offset : int * 
        count : int -> unit 
Parameters
buffer (array<Byte>[]()[][])
the buffer from which to write
offset (Int32)
the offset at which to start writing
count (Int32)
the number of bytes to write

Assembly: Keyoti4.RapidSpell.WPF (Module: Keyoti4.RapidSpell.WPF.dll) Version: 3.1.16.1214