# File lib/compass/grid_builder.rb, line 21
      def chunk(type, data="")
        [data.size, type, data, crc(type + data)].pack("Na*a*N")
      end