Return-Path: X-Original-To: apmail-commons-issues-archive@minotaur.apache.org Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 823AC7F61 for ; Fri, 25 Nov 2011 17:38:01 +0000 (UTC) Received: (qmail 31110 invoked by uid 500); 25 Nov 2011 17:38:01 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 31047 invoked by uid 500); 25 Nov 2011 17:38:01 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 31037 invoked by uid 99); 25 Nov 2011 17:38:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Nov 2011 17:38:01 +0000 X-ASF-Spam-Status: No, hits=-2001.2 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Nov 2011 17:38:00 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 133E39F63A for ; Fri, 25 Nov 2011 17:37:40 +0000 (UTC) Date: Fri, 25 Nov 2011 17:37:40 +0000 (UTC) From: "Sebb (Commented) (JIRA)" To: issues@commons.apache.org Message-ID: <273600239.12478.1322242660080.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <317279166.2380.1321967681436.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (LANG-778) Add ByteArrayUtils MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LANG-778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13157260#comment-13157260 ] Sebb commented on LANG-778: --------------------------- I suggested extracting the general methods to ensure that the underlying conversions were more generally useful. I would be fine with splitting the code into 2 classes (that's what I originally imagined anyway). [Yes, JIRA patches can be deleted by those with sufficient karma.] > Add ByteArrayUtils > ------------------ > > Key: LANG-778 > URL: https://issues.apache.org/jira/browse/LANG-778 > Project: Commons Lang > Issue Type: New Feature > Components: lang.* > Reporter: Joerg Schaible > Assignee: Joerg Schaible > Priority: Minor > Attachments: LANG-778.diff > > Original Estimate: 8h > Remaining Estimate: 8h > > ByteArrayUtils will currently contain only conversion methods between several types and an array of bytes. The functionality is similar to DataInput and DataOutput, but without the indirection of IO streams. As special type the utility class supports also conversion between UUID and byte array (memory layout as described in RFC 4122). -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira