FileDocCategorySizeDatePackage
Formatter.javaAPI DocAndroid 5.1 API526Sat Mar 14 14:09:42 GMT 2015android.text.format

Formatter.java

package android.text.format;
public final class Formatter
{
public  Formatter() { throw new RuntimeException("Stub!"); }
public static  java.lang.String formatFileSize(android.content.Context context, long number) { throw new RuntimeException("Stub!"); }
public static  java.lang.String formatShortFileSize(android.content.Context context, long number) { throw new RuntimeException("Stub!"); }
@java.lang.Deprecated()
public static  java.lang.String formatIpAddress(int ipv4Address) { throw new RuntimeException("Stub!"); }
}