Cronous Emulation Server Daemon

BufferStream.skip Method 

Skips and purges reading data.

[Visual Basic]
Public Sub skip( _ 
   ByVal size As Integer _ 
)
[C#]
public void skip(
   int size
);
[C++]
public: void skip(
   int size
);
[JScript]
public function skip(
   int size
);

Parameters

size
Amount of data to skip.

See Also

BufferStream Class | croemud.connection Namespace