Keyoti RapidSpell Desktop .NET API Docs
Write Method (buffer, offset, count)
APIKeyoti.RapidSpell.CompressionCrcCalculatorStreamWrite(array<Byte>[]()[][], Int32, Int32)
Keyoti RapidSpell Desktop .NET
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: Keyoti.RapidSpell.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412