Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: int Skip(int)

Declaration

public virtual int Skip(
    int count
)

Summary

Behaves like Read, except that the bytes are discarded.

Parameters

intcountMaximum 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.