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