Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-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 0EF4B6E6C for ; Tue, 14 Jun 2011 10:27:12 +0000 (UTC) Received: (qmail 30988 invoked by uid 500); 14 Jun 2011 10:27:10 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 30943 invoked by uid 500); 14 Jun 2011 10:27:10 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 30936 invoked by uid 99); 14 Jun 2011 10:27:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Jun 2011 10:27:10 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_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; Tue, 14 Jun 2011 10:27:08 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 5AED0415649 for ; Tue, 14 Jun 2011 10:26:47 +0000 (UTC) Date: Tue, 14 Jun 2011 10:26:47 +0000 (UTC) From: "Dawid Weiss (JIRA)" To: dev@lucene.apache.org Message-ID: <772148664.2284.1308047207354.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1369560202.2266.1308046247356.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (LUCENE-3202) Add DataInput/DataOutput subclasses that delegate to an InputStream/OutputStream. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LUCENE-3202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated LUCENE-3202: -------------------------------- Attachment: LUCENE-3202.patch A patch moving these stream delegation classes to org.apache.lucene.store. A potential bug is piggybacked (potential partial read(byte[]) was not handled correctly). > Add DataInput/DataOutput subclasses that delegate to an InputStream/OutputStream. > --------------------------------------------------------------------------------- > > Key: LUCENE-3202 > URL: https://issues.apache.org/jira/browse/LUCENE-3202 > Project: Lucene - Java > Issue Type: Task > Components: core/other > Reporter: Dawid Weiss > Assignee: Dawid Weiss > Priority: Trivial > Fix For: 3.3, 4.0 > > Attachments: LUCENE-3202.patch > > > Such classes would be handy for FST serialization/deserialization. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org