Am Fri, 17 Jul 2015 16:53:55 -0700
schrieb Gary Gregory <garydgreg...@gmail.com>:

> > - Differenciate between decimal and binary prefixes, e.g. 1
> > Megabyte = 1000 Kilobyte, but 1 Mebibyte = 1024 Kibibyte. Not sure
> > whether this is really that important.
> >
> 
> If we were to do only one I would do the base 2 case. But I can see
> offering a second enum for base 10.

I would vote for both (and maybe even the 1MB  = 1000 * 1 KiB some
systems use?).

I wonder, why you would want different enums (classes)?

For using Kib (kibi-bits) the question is, should this always use 8bit
or are there also times you need 9 or 10 bits?

Gruss
Bernd

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to