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