Keyoti RapidSpell Silverlight API Docs
Read Method (buffer, offset, count)
APIKeyoti.RapidSpell.CompressionCrcCalculatorStreamRead(array<Byte>[]()[][], Int32, Int32)
Keyoti RapidSpell Silverlight
Read from the stream
Declaration Syntax
C#Visual BasicVisual C++F#
public override int Read(
	byte[] buffer,
	int offset,
	int count
)
Public Overrides Function Read ( 
	buffer As Byte(),
	offset As Integer,
	count As Integer
) As Integer
public:
virtual int Read(
	array<unsigned char>^ buffer, 
	int offset, 
	int count
) override
abstract Read : 
        buffer : byte[] * 
        offset : int * 
        count : int -> int 
override Read : 
        buffer : byte[] * 
        offset : int * 
        count : int -> int 
Parameters
buffer (array<Byte>[]()[][])
the buffer to read
offset (Int32)
the offset at which to start
count (Int32)
the number of bytes to read
Return Value
Int32
the number of bytes actually read

Assembly: Keyoti3.RapidSpell.Silverlight (Module: Keyoti3.RapidSpell.Silverlight.dll) Version: 2.0.12.706 (2.0.12.706)