Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 52099 invoked from network); 16 Feb 2006 08:54:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 Feb 2006 08:54:07 -0000 Received: (qmail 85347 invoked by uid 500); 16 Feb 2006 08:54:02 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 85269 invoked by uid 500); 16 Feb 2006 08:54:02 -0000 Mailing-List: contact harmony-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-dev@incubator.apache.org Received: (qmail 85258 invoked by uid 99); 16 Feb 2006 08:54:02 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Feb 2006 00:54:02 -0800 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: 202.81.18.152 is neither permitted nor denied by domain of richard.liangyx@gmail.com) Received: from [202.81.18.152] (HELO ausmtp04.au.ibm.com) (202.81.18.152) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Feb 2006 00:54:01 -0800 Received: from sd0208e0.au.ibm.com (d23rh904.au.ibm.com [202.81.18.202]) by ausmtp04.au.ibm.com (8.12.10/8.13.5) with ESMTP id k1G900wk234432 for ; Thu, 16 Feb 2006 20:00:01 +1100 Received: from d23av03.au.ibm.com (d23av03.au.ibm.com [9.190.250.244]) by sd0208e0.au.ibm.com (8.12.10/NCO/VERS6.8) with ESMTP id k1G8uYgu242962 for ; Thu, 16 Feb 2006 19:56:39 +1100 Received: from d23av03.au.ibm.com (loopback [127.0.0.1]) by d23av03.au.ibm.com (8.12.11/8.13.3) with ESMTP id k1G8rG9v015699 for ; Thu, 16 Feb 2006 19:53:16 +1100 Received: from d23m0011.cn.ibm.com (d23m0011.cn.ibm.com [9.181.32.74]) by d23av03.au.ibm.com (8.12.11/8.12.11) with ESMTP id k1G8rF3M015690 for ; Thu, 16 Feb 2006 19:53:16 +1100 Received: from [127.0.0.1] ([9.181.107.53]) by d23m0011.cn.ibm.com (Lotus Domino Release 6.53HF294) with ESMTP id 2006021616531411-22503 ; Thu, 16 Feb 2006 16:53:14 +0800 Message-ID: <43F43D49.5090708@gmail.com> Date: Thu, 16 Feb 2006 16:52:25 +0800 From: Richard Liang Organization: IBM China Software Development Lab User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: harmony-dev@incubator.apache.org Subject: Mission impossible: new APIs without spec in Java 5.0 X-MIMETrack: Itemize by SMTP Server on D23M0011/23/M/IBM(Release 6.53HF294 | January 28, 2005) at 16/02/2006 16:53:14, Serialize by Router on D23M0011/23/M/IBM(Release 6.53HF294 | January 28, 2005) at 16/02/2006 16:53:15, Serialize complete at 16/02/2006 16:53:15 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=ISO-8859-1; format=flowed X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Dears, There are three protected methods added in java.text.BreakIterator, but I cannot find their specification. What shall we do? protected static long getLong(byte[] buf, int offset) protected static int getInt(byte[] buf, int offset) protected static short getShort(byte[] buf, int offset) -- Richard Liang China Software Development Lab, IBM