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 );
BufferStream Class | croemud.connection Namespace | BufferStream.write Overload List