# File lib/image_formats/Atr.rb, line 52
def initialize(file_bytes)
  @file_bytes=file_bytes
  @sector_size=file_bytes[4,2].unpack("v")[0]
end