Class: BinData::Skip::SkipUntilValidPlugin::FastSearch
- Inherits:
-
Struct
- Object
- Struct
- BinData::Skip::SkipUntilValidPlugin::FastSearch
- Defined in:
- lib/bindata/skip.rb
Overview
A fast search has a pattern string at a specific offset.
Instance Attribute Summary collapse
-
#offset ⇒ Object
Returns the value of attribute offset.
-
#pattern ⇒ Object
Returns the value of attribute pattern.
Instance Attribute Details
#offset ⇒ Object
Returns the value of attribute offset
143 144 145 |
# File 'lib/bindata/skip.rb', line 143 def offset @offset end |
#pattern ⇒ Object
Returns the value of attribute pattern
143 144 145 |
# File 'lib/bindata/skip.rb', line 143 def pattern @pattern end |