public final class SSIFsize extends Object implements SSICommand
| Modifier and Type | Field and Description |
|---|---|
protected static int |
ONE_KILOBYTE |
protected static int |
ONE_MEGABYTE |
| Constructor and Description |
|---|
SSIFsize() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
formatSize(long size,
String format) |
String |
padLeft(String str,
int maxChars) |
long |
process(SSIMediator ssiMediator,
String commandName,
String[] paramNames,
String[] paramValues,
PrintWriter writer) |
String |
repeat(char aChar,
int numChars) |
protected static final int ONE_KILOBYTE
protected static final int ONE_MEGABYTE
public long process(SSIMediator ssiMediator, String commandName, String[] paramNames, String[] paramValues, PrintWriter writer)
process in interface SSICommandpublic String repeat(char aChar, int numChars)
Copyright © 2016. All Rights Reserved.