Strings are just like regular strings, except it comes with a read() function so that it behaves like other StructFu elements.

Methods
R
Instance Public methods
read(str)
# File lib/packetfu/structfu.rb, line 170
                def read(str)
                        str = str.to_s
                        self.replace str
                        self
                end