public final class BytesFormatter extends Object implements org.springframework.format.Formatter<Number>
BytesFormatter()
BytesFormatter(boolean printDecimalDigits)
boolean
isPrintDecimalDigits()
Number
parse(String size, Locale locale)
String
print(Number number, Locale locale)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public BytesFormatter()
public BytesFormatter(boolean printDecimalDigits)
public boolean isPrintDecimalDigits()
public Number parse(String size, Locale locale)
parse
org.springframework.format.Parser<Number>
public String print(Number number, Locale locale)
print
org.springframework.format.Printer<Number>
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.