Keyoti RapidSpell Desktop .NET API Docs
Read Method (buffer, offset, count)
APIKeyoti.RapidSpell.CompressionCrcCalculatorStreamRead(array<Byte>[]()[][], Int32, Int32)
Keyoti RapidSpell Desktop .NET
Read from the stream
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public override int Read(
	byte[] buffer,
	int offset,
	int count
)
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 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
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 
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: Keyoti.RapidSpell.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412