Skip bytes in the current IOBuf without advancing to the next one.

Synopsis

Declared in <folly/io/Cursor.h>

void
skipNoAdvance(size_t len);

Description

methodset Modifiers

Parameters

Name

Description

len

The number of bytes to skip.

Preconditions

  • length() >= len

Created with MrDocs