class SflowString

noinspection RubyResolve

Public Instance Methods

get() click to toggle source
# File lib/logstash/codecs/sflow/util.rb, line 70
def get
  self.data
end
set(val) click to toggle source
# File lib/logstash/codecs/sflow/util.rb, line 65
def set(val)
  self.read_length = val.length
  self.data = val
end