TrySkip(int)
public bool TrySkip(int count) Attempts to skip the next
count bytes. Parameters
countint- The number of bytes to skip.
Returns
true if enough bytes were available; otherwise, false.public bool TrySkip(int count)count bytes. countinttrue if enough bytes were available; otherwise, false.