LumiSoft Net Help
Write Method (buffer, offset, size)
NamespacesLumiSoft.Net.IOJunkingStreamWrite(array<Byte>[]()[][], Int32, Int32)
Writes data to the stream.
Declaration Syntax
C#Visual BasicVisual C++F#
public override void Write(
	byte[] buffer,
	int offset,
	int size
)
Public Overrides Sub Write ( 
	buffer As Byte(),
	offset As Integer,
	size As Integer
)
public:
virtual void Write(
	array<unsigned char>^ buffer, 
	int offset, 
	int size
) override
abstract Write : 
        buffer : byte[] * 
        offset : int * 
        size : int -> unit 
override Write : 
        buffer : byte[] * 
        offset : int * 
        size : int -> unit 
Parameters
buffer (array<Byte>[]()[][])
An array of type Byte that contains the data to write to the stream.
offset (Int32)
The location in buffer from which to start writing data.
size (Int32)
The number of bytes to write to the stream.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119