TInputStream.Skip

Skips Count bytes from the stream and discards those bytes.

Source

Stream.Input.pas (36)

Description

The default implementation calls Read to read Count bytes from the stream and discard those bytes. Descendant classes are encouraged to provide a more efficient implementation if possible.