You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by ro...@us.ibm.com on 2003/08/30 20:48:26 UTC

Bugzilla Bug 13478 (RawDataBlock: Missing workaround for low performance InputStreams )

I was just updating my code to use POI 2.0 pre3 JAR and noticed that this 
bug is still unfixed in RawDataBlock.java.  What's up with that?  This was 
discovered and a patch was provided almost a year ago. 

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13478

I'm perfectly happy to patch it on my machine and distribute that, but it 
would be nice to fix it in the real 2.0 release soon so we can get some 
test coverage of it. 

Am I the only  one running into this?

For what its worth, if I run with a simple FileInputStream, I never get 
this error.  But if I load the contents of the XLS file into a buffer and 
then pass a ByteArrayInputStream to POI, it always happens.  Make the 
patch and it works correct either way.

Is there anything I can do to help with this to get it moving?


-Rob

Re: Bugzilla Bug 13478 (RawDataBlock: Missing workaround for low performance InputStreams )

Posted by Chris Nokleberg <ch...@sixlegs.com>.
On Sat, Aug 30, 2003 at 02:48:26PM -0400, robert_weir@us.ibm.com wrote:
> I was just updating my code to use POI 2.0 pre3 JAR and noticed that this 
> bug is still unfixed in RawDataBlock.java.  What's up with that?  This was 
> discovered and a patch was provided almost a year ago. 

It looks like the patch was applied on July 31, one day after 2.0-pre3
was released. You could try checking out REL_2_BRANCH from CVS.

Chris

---------------------------------------------------------------------
To unsubscribe, e-mail: poi-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: poi-dev-help@jakarta.apache.org