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