Reads data.
[Visual Basic] Public Sub read( _ ByVal buf As Byte(), _ ByVal index As Integer, _ ByVal size As Integer _ ) [C#] public void read( byte[] buf, int index, int size ); [C++] public: void read( char buf __gc[], int index, int size ); [JScript] public function read( Byte[] buf, int index, int size );
BufferStream Class | croemud.connection Namespace | BufferStream.read Overload List