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 maxLength)
BitFormat
public BitFormat(int maxLength,
int groupSize)
BitFormat
public BitFormat(int maxLength,
int groupSize,
char groupSeparator)
format
public java.lang.String format(int n)
format
public java.lang.String format(long n)
Dependency Finder 1.1.0 © 2001-2004 Jean Tessier.