Declaration
public virtual int Skip(
int count
)Summary
Behaves like Read, except that the bytes are discarded.
Parameters
| int | count | Maximum number of bytes to skip. |
Returns
Number of bytes actually skipped. Zero if called on a stream that has already ended, or if
count was zero.