Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 0E7F7200BD4 for ; Thu, 1 Dec 2016 22:42:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 0BB40160B26; Thu, 1 Dec 2016 21:42:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 79AED160B05 for ; Thu, 1 Dec 2016 22:41:59 +0100 (CET) Received: (qmail 6449 invoked by uid 500); 1 Dec 2016 21:41:58 -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 6422 invoked by uid 99); 1 Dec 2016 21:41:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Dec 2016 21:41:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 812FF2C14F3 for ; Thu, 1 Dec 2016 21:41:58 +0000 (UTC) Date: Thu, 1 Dec 2016 21:41:58 +0000 (UTC) From: "Pascal Schumacher (JIRA)" To: issues@commons.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (IO-493) Add infinite circular input stream MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 01 Dec 2016 21:42:00 -0000 [ https://issues.apache.org/jira/browse/IO-493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pascal Schumacher updated IO-493: --------------------------------- Summary: Add infinite circular input stream (was: Add infinite input stream) > Add infinite circular input stream > ---------------------------------- > > Key: IO-493 > URL: https://issues.apache.org/jira/browse/IO-493 > Project: Commons IO > Issue Type: New Feature > Components: Streams/Writers > Reporter: Piotr Turski > Priority: Trivial > > it would be useful to have infinite streams. for example to test how your code behaves with too long input, can it stop reading input before it ends etc. > Probably in most cases same thing can be done using finite stream that is long enough but it's easier to write and maintain code using an infinite stream rather than calculate after each code change how long input is required > Created [pull request 8|https://github.com/apache/commons-io/pull/8] -- This message was sent by Atlassian JIRA (v6.3.4#6332)