Package com.io7m.jwheatsheaf.api
Interface JWFileSizeFormatterType
-
public interface JWFileSizeFormatterTypeA formatter for file size values.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringformatSize(long size)Format the given size in bytes as a humanly-readable string.
-