com.jeantessier.classreader
Class BitFormat
java.lang.Object
|
+--com.jeantessier.classreader.BitFormat
- public class BitFormat
- extends java.lang.Object
Method Summary |
java.lang.String |
format(int n)
|
java.lang.String |
format(long n)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_MAX_LENGTH
public static final int DEFAULT_MAX_LENGTH
DEFAULT_GROUP_SIZE
public static final int DEFAULT_GROUP_SIZE
DEFAULT_GROUP_SEPARATOR
public static final char DEFAULT_GROUP_SEPARATOR
BitFormat
public BitFormat()
BitFormat
public BitFormat(int max_length)
BitFormat
public BitFormat(int max_length,
int group_size)
BitFormat
public BitFormat(int max_length,
int group_size,
char group_separator)
format
public java.lang.String format(int n)
format
public java.lang.String format(long n)