Return-Path: X-Original-To: apmail-hbase-dev-archive@www.apache.org Delivered-To: apmail-hbase-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4AE966FBE for ; Sat, 9 Jul 2011 00:35:04 +0000 (UTC) Received: (qmail 57471 invoked by uid 500); 9 Jul 2011 00:35:03 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 57440 invoked by uid 500); 9 Jul 2011 00:35:03 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 57432 invoked by uid 99); 9 Jul 2011 00:35:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Jul 2011 00:35:02 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ryanobjc@gmail.com designates 209.85.161.53 as permitted sender) Received: from [209.85.161.53] (HELO mail-fx0-f53.google.com) (209.85.161.53) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Jul 2011 00:34:55 +0000 Received: by fxd23 with SMTP id 23so1713387fxd.12 for ; Fri, 08 Jul 2011 17:34:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=nGp7891ISrnzyD6KR5TWXbXWSXL1duOBKWb2SFeG4EQ=; b=nXb8cI4j0B4eztr3v7WpzIigISdPIwG5w0xyI0FZ+yhkDBf5sxDM2XJ5Lc9yoHE29e GRV6vtKOBwk6rqPOeVSBjK2bzRgpRm/fttHmksn3TXCD+471iAfr3wY4u0rFd6JmVS9b zX2csxshXyAednT8Ltdq2IzxGSOCAYI7VIj4g= MIME-Version: 1.0 Received: by 10.223.75.139 with SMTP id y11mr3972357faj.133.1310171675025; Fri, 08 Jul 2011 17:34:35 -0700 (PDT) Received: by 10.223.70.139 with HTTP; Fri, 8 Jul 2011 17:34:34 -0700 (PDT) Received: by 10.223.70.139 with HTTP; Fri, 8 Jul 2011 17:34:34 -0700 (PDT) In-Reply-To: References: Date: Fri, 8 Jul 2011 17:34:34 -0700 Message-ID: Subject: Re: Converting byte[] to ByteBuffer From: Ryan Rawson To: dev@hbase.apache.org Content-Type: multipart/alternative; boundary=0015174c406648e09304a7981d7e X-Virus-Checked: Checked by ClamAV on apache.org --0015174c406648e09304a7981d7e Content-Type: text/plain; charset=ISO-8859-1 Where? Everywhere? An array is 24 bytes, bb is 56 bytes. Also the API is...annoying. On Jul 8, 2011 4:51 PM, "Jason Rutherglen" wrote: > Is there an open issue for this? How hard will this be? :) --0015174c406648e09304a7981d7e--