Method: Rex::Java::Serialization::Model::Utf#length

Defined in:
lib/rex/java/serialization/model/utf.rb

#lengthInteger

Returns the length of the string.

Returns:

  • (Integer)

    the length of the string



12
13
14
# File 'lib/rex/java/serialization/model/utf.rb', line 12

def length
  @length
end