From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9532 invoked by alias); 28 Apr 2005 19:45:07 -0000 Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org Received: (qmail 9510 invoked by uid 48); 28 Apr 2005 19:45:07 -0000 Date: Thu, 28 Apr 2005 19:45:00 -0000 Message-ID: <20050428194507.9509.qmail@sourceware.org> From: "pinskia at gcc dot gnu dot org" To: java-prs@gcc.gnu.org In-Reply-To: <20050428193605.21270.mnefedov@rogers.com> References: <20050428193605.21270.mnefedov@rogers.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug libgcj/21270] BufferedReader.read( char[], int, int ) returns less than expected number of read chars X-Bugzilla-Reason: CC X-SW-Source: 2005-q2/txt/msg00290.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-28 19:45 ------- Note BufferedReader does not need to read in the full buffer, it actually is a non blocking reader: >>From The ready method of the underlying stream returns false, indicating that further input requests would block. so I don't know if this is a real bug or not. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21270