class Partoo::Par2File::Packet

Public Instance Methods

body_length() click to toggle source
# File lib/partoo/par2_file/packet.rb, line 28
def body_length
  packet_length - 64
end