[jira] [Commented] (IO-226) question with byteCountToDisplaySize(long size)

2011-10-10 Thread Alexis Bataille (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/IO-226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13124094#comment-13124094 ] Alexis Bataille commented on IO-226: +1 Indeed I re-implements this method with : {code}

[jira] [Commented] (IO-226) question with byteCountToDisplaySize(long size)

2011-10-10 Thread Gary D. Gregory (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/IO-226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13124127#comment-13124127 ] Gary D. Gregory commented on IO-226: Feel free to submit a patch to trunk :)

[jira] [Commented] (IO-226) question with byteCountToDisplaySize(long size)

2011-08-04 Thread Yury Kats (JIRA)
[ https://issues.apache.org/jira/browse/IO-226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13079442#comment-13079442 ] Yury Kats commented on IO-226: -- What is the reason for rounding down? .bq. it would have to

[jira] [Commented] (IO-226) question with byteCountToDisplaySize(long size)

2011-08-04 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/IO-226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13079453#comment-13079453 ] Mark Miller commented on IO-226: bq. Who needs a method that returns 1 GB for a 1.99GB file?

[jira] [Commented] (IO-226) question with byteCountToDisplaySize(long size)

2011-08-04 Thread Gary D. Gregory (JIRA)
[ https://issues.apache.org/jira/browse/IO-226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13079502#comment-13079502 ] Gary D. Gregory commented on IO-226: +1 here too. Would using 2 digit precision all the

[jira] Commented: (IO-226) question with byteCountToDisplaySize(long size)

2010-03-04 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/IO-226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12841633#action_12841633 ] Sebb commented on IO-226: - The size is currently rounded down, so it can lose precision. However, even