Files
metasploit-gs/lib/rex/java/serialization/model/end_block_data.rb
T

12 lines
171 B
Ruby
Raw Normal View History

2014-12-10 09:52:23 -06:00
# -*- coding: binary -*-
2014-12-01 19:07:45 -06:00
module Rex
module Java
module Serialization
module Model
class EndBlockData < Element
end
end
end
end
end