org.chorem.pollen.ui.utils
Class UnitConverter
java.lang.Object
org.chorem.pollen.ui.utils.UnitConverter
public class UnitConverter
- extends Object
Classe permettant de convertir des nombres.
- Version:
- $Id: UnitConverter.java 2680 2009-07-30 14:56:36Z nrannou $
- Author:
- rannou
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UnitConverter
public UnitConverter()
getFormattedFileSize
public static String getFormattedFileSize(long size)
- Conversion d'une taille en octets en Ko, Mo, Go, To.
- Parameters:
size - taille en octets
- Returns:
- chaîne représentant la taille dans l'unité la plus adaptée
Copyright © 2009-2010 CodeLutin. All Rights Reserved.