Return-Path: X-Original-To: apmail-commons-dev-archive@www.apache.org Delivered-To: apmail-commons-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 C25CD10DD5 for ; Mon, 27 Jan 2014 16:57:51 +0000 (UTC) Received: (qmail 37251 invoked by uid 500); 27 Jan 2014 16:57:49 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 37155 invoked by uid 500); 27 Jan 2014 16:57:49 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 37147 invoked by uid 99); 27 Jan 2014 16:57:49 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Jan 2014 16:57:49 +0000 Received: from localhost (HELO mail-we0-f172.google.com) (127.0.0.1) (smtp-auth username britter, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Jan 2014 16:57:49 +0000 Received: by mail-we0-f172.google.com with SMTP id q58so5620855wes.31 for ; Mon, 27 Jan 2014 08:57:47 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=+5z49yTXAm3d4oN+v+WgK11DgMd84/RALjDiMY+o7Xo=; b=gfpj32uqW/Rrja6TxQbipsuy5Ak050ar1Pqttudee5xoL/mnNx6JBFH7sml1x1+Qjr AL89+UvOHymRTir6sHdKPsSB0fD1hDduR423mjvxZd08QsHjLarvtLw10jreitohvApk +i1dZAqfWhx4mhjp6OElM/xve8NkTXoRa/uAUv8e78QNZ+bTR4dprUG0lJ194azPXd9/ /BEFW4kWEJrGyoPwvWwp+vrf3B4KrDSZ7jt4m0H1xukTeZTTy7tKjtbaPJF/ULQ3/Biu xWqB/ed/UFqj2YlvoUYa2+vAQVjPeWoT/8U2s+kz1vfg08fLfFMbIE06iUR9FfZg6+8P nK7g== MIME-Version: 1.0 X-Received: by 10.194.78.16 with SMTP id x16mr776645wjw.86.1390841867693; Mon, 27 Jan 2014 08:57:47 -0800 (PST) Received: by 10.194.6.231 with HTTP; Mon, 27 Jan 2014 08:57:47 -0800 (PST) In-Reply-To: <87zjmhen1p.fsf@v35516.1blu.de> References: <87zjmhen1p.fsf@v35516.1blu.de> Date: Mon, 27 Jan 2014 17:57:47 +0100 Message-ID: Subject: Re: [io][compress] Interest in Some Channel Classes? From: Benedikt Ritter To: Commons Developers List Content-Type: multipart/alternative; boundary=047d7bf0cf4a7675ea04f0f69bbe --047d7bf0cf4a7675ea04f0f69bbe Content-Type: text/plain; charset=ISO-8859-1 Hi Stefan, getting some steam back into [io] is a good idea. Has been some time since I've seen the last commit there. If the Bytes class is a useful addition to [io] and Gregory Janik is okay with a fork, than go ahead! I've planned to do some work on IO after [lang] 3.3, but you know how it often turn's out with my plans ;-) so I cannot promise anything. One thing I don't understand is: are you suggesting to put the Bytes class into [io] and then define a dependency from [compress] to [io]? Maybe there is more that can be moved from [compress] to [io]? Regards, Benedikt 2014/1/27 Stefan Bodewig > Hi > > while pondering the API of Compress 2.x I already moaned about the lack > of decorator support in Channels, in particular pushback would be needed > in Compress in many places, but also stuff like counting, verifying > checksums and other Filter*Stream stuff. > > When I started to look around I didn't find anything inside IO (which > came as a suprise) but I stumbled over > > http://sourceforge.net/p/mcpkutil/trunk/ci/master/tree/src/cxlarchive/util/Bytes.java > which has filtering for channels. It is not a lot of code but could be > a useful seed. I contacted Gregory Janik, the author of mcpkutil and > he'd be fine with us forking the code. > > Any interest for IO? I'd likely take that path for Compress2 anyway. > > Stefan > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org > For additional commands, e-mail: dev-help@commons.apache.org > > -- http://people.apache.org/~britter/ http://www.systemoutprintln.de/ http://twitter.com/BenediktRitter http://github.com/britter --047d7bf0cf4a7675ea04f0f69bbe--