Class: BinData::Skip::SkipUntilValidPlugin::FastSearch

Inherits:
Struct
  • Object
show all
Defined in:
lib/bindata/skip.rb

Overview

A fast search has a pattern string at a specific offset.

Instance Attribute Summary collapse

Instance Attribute Details

#offsetObject

Returns the value of attribute offset

Returns:

  • (Object)

    the current value of offset



143
144
145
# File 'lib/bindata/skip.rb', line 143

def offset
  @offset
end

#patternObject

Returns the value of attribute pattern

Returns:

  • (Object)

    the current value of pattern



143
144
145
# File 'lib/bindata/skip.rb', line 143

def pattern
  @pattern
end