DataFile.StreamWrite Method

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

Parameters

buffer
byte[]

offset
int

count
int

In this article

Definition