DataFile.StreamRead Method

protected int StreamRead( 
byte[] buffer
int offset
int count 
)
This language is not supported or no code example is available.
protected:  
int StreamRead( 
array< Byte >^ buffer
int offset
int count 
)
This language is not supported or no code example is available.
protected function StreamRead( 
buffer : byte[], 
offset : int
count : int 
) : int;
This language is not supported or no code example is available.

Parameters

buffer
byte[]

offset
int

count
int

Return Value

int

In this article

Definition