Cronous Emulation Server Daemon

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

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
);

Parameters

buf
Buffer to store data.
index
Start index of buf.
size
Amount of data to read.

See Also

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