# File lib/bson/byte_buffer.rb, line 240
    def to_a(format="C*")
      @str.unpack(format)
    end