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

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

#lengthInteger

Returns the length of the block.

Returns:

  • (Integer)

    the length of the block



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

def length
  @length
end