Re: [io] Problem with the FileUtils.byteCountToDisplaySize() method

2012-07-26 Thread Simone Tripodi
I've found that the best way to get something done is to offer to do it yourself. that's the best quote of the day! :) Users have to contribute back! -Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/

Re: [io] Problem with the FileUtils.byteCountToDisplaySize() method

2012-07-26 Thread sebb
On 25 July 2012 21:08, Elijah Zupancic eli...@apache.org wrote: Hi Ninju, Could you describe the difference in functionality between the stackoverflow answer and the current implementation in FileUtils? I think that it would not be too hard to get the type of functionality added if it was

[io] Problem with the FileUtils.byteCountToDisplaySize() method

2012-07-25 Thread Ninju Bohra
Hello all, First time poster so please be kind. I need to convert a filesize to a human-readable String and I saw the method in FileUtils that I thought I could use. But I also searched StackOverflow.com and found the following question:

Re: [io] Problem with the FileUtils.byteCountToDisplaySize() method

2012-07-25 Thread Simone Tripodi
Hi Ninju, welcome to Apache Commons! Usually these kind of questions should be sent to users@, while on dev@ we discuss about components development. Unfortunately I am not familiar with [io] so I am not in the position to reply your question. best, -Simo

Re: [io] Problem with the FileUtils.byteCountToDisplaySize() method

2012-07-25 Thread Elijah Zupancic
Hi Ninju, Could you describe the difference in functionality between the stackoverflow answer and the current implementation in FileUtils? I think that it would not be too hard to get the type of functionality added if it was defined precisely. Also, would you be willing to volunteer to add the