Method SkipBytes
SkipBytes(Int64)
Skip over numBytes
bytes. The contract on this method is that it
should have the same behavior as reading the same number of bytes into a
buffer and discarding its content. Negative values of numBytes
are not supported.
Declaration
public virtual void SkipBytes(long numBytes)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | numBytes |