Cronous Emulation Server Daemon

BufferStream.write Method (Byte[], Int32, Int32)

Writes data.

[Visual Basic]
Public Sub write( _ 
   ByVal buf As Byte(), _ 
   ByVal index As Integer, _ 
   ByVal size As Integer _ 
)
[C#]
public void write(
   byte[] buf,
   int index,
   int size
);
[C++]
public: void write(
   char buf __gc[],
   int index,
   int size
);
[JScript]
public function write(
   Byte[] buf,
   int index,
   int size
);

Parameters

buf
Buffer of data.
index
The start index of buf.
size
Amount of data to write.

See Also

BufferStream Class | croemud.connection Namespace | BufferStream.write Overload List