Cronous Emulation Server Daemon

BufferStream.write Method (Byte[], Int32)

Writes data.

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

Parameters

buf
Buffer of data.
size
Amount of data to write.

See Also

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