You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by Galder Zamarreno <rn...@zamarreno.com> on 2009/07/02 18:10:42 UTC

ContentInputStream not implementing IS.available

Hi,

I'm having an issue with ContentInputStream because it does not
override IS.available() method. Our client code is implemented in such
way that available() is checked before creating a buffer so that a not
too big buffer is created. Javadoc for IS.available says:

     * <p> This method should be overridden by subclasses.

Hence, ContentInputStream should be overriding it. However,
ContentInputBuffer does to expose the necessary methods to be able
calculate this but the implementations do have the possibility of
calculating this, i.e. SimpleInputBuffer. Any chance of improving
ContentInputBuffer API so that an available() method is added? If so,
what would be the timeframe for it?

Cheers,
Galder

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