| java.lang.Object com.jeantessier.classreader.BitFormat
BitFormat | public class BitFormat (Code) | | |
Constructor Summary | |
public | BitFormat() | public | BitFormat(int maxLength) | public | BitFormat(int maxLength, int groupSize) | public | BitFormat(int maxLength, int groupSize, char groupSeparator) |
DEFAULT_GROUP_SEPARATOR | final public static char DEFAULT_GROUP_SEPARATOR(Code) | | |
DEFAULT_GROUP_SIZE | final public static int DEFAULT_GROUP_SIZE(Code) | | |
DEFAULT_MAX_LENGTH | final public static int DEFAULT_MAX_LENGTH(Code) | | |
BitFormat | public BitFormat()(Code) | | |
BitFormat | public BitFormat(int maxLength)(Code) | | |
BitFormat | public BitFormat(int maxLength, int groupSize)(Code) | | |
BitFormat | public BitFormat(int maxLength, int groupSize, char groupSeparator)(Code) | | |
|
|