com.jeantessier.classreader
Class BitFormat

java.lang.Object
  |
  +--com.jeantessier.classreader.BitFormat

public class BitFormat
extends java.lang.Object


Field Summary
static char DEFAULT_GROUP_SEPARATOR
           
static int DEFAULT_GROUP_SIZE
           
static int DEFAULT_MAX_LENGTH
           
 
Constructor Summary
BitFormat()
           
BitFormat(int maxLength)
           
BitFormat(int maxLength, int groupSize)
           
BitFormat(int maxLength, int groupSize, char groupSeparator)
           
 
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
 

Field Detail

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
Constructor Detail

BitFormat

public BitFormat()

BitFormat

public BitFormat(int maxLength)

BitFormat

public BitFormat(int maxLength,
                 int groupSize)

BitFormat

public BitFormat(int maxLength,
                 int groupSize,
                 char groupSeparator)
Method Detail

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.