android.text.format
Class Formatter

java.lang.Object
  extended by android.text.format.Formatter

public final class Formatter
extends Object


Constructor Summary
Formatter()
           
 
Method Summary
static String formatFileSize(Context context, long number)
           
static String formatIpAddress(int ipv4Address)
           
static String formatShortFileSize(Context context, long number)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Formatter

public Formatter()
Method Detail

formatFileSize

public static String formatFileSize(Context context,
                                    long number)

formatShortFileSize

public static String formatShortFileSize(Context context,
                                         long number)

formatIpAddress

public static String formatIpAddress(int ipv4Address)


Copyright © 2008-2012. All Rights Reserved.