|
|||||||||
| Home >> All >> com >> yaftp >> [ utils overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.yaftp.utils
Class DecimalString

java.lang.Objectcom.yaftp.utils.DecimalString
- class DecimalString
- extends java.lang.Object
| Field Summary | |
private char[] |
_DecPart
|
private int |
_DecSize
|
private char[] |
_IntPart
|
private int |
_IntSize
|
private boolean |
_Negative_Number
|
private static byte |
MAX_DECIMAL_SIZE
|
| Constructor Summary | |
DecimalString(java.lang.String DecString)
|
|
| Method Summary | |
byte |
DecDigit(Decimal_Increment Pos)
Returns Digit corresponding to Pos and decrement Pos |
int |
GiveIntSize()
|
byte |
IntDigit(Decimal_Increment Pos)
|
boolean |
IsNegative()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
MAX_DECIMAL_SIZE
private static final byte MAX_DECIMAL_SIZE
- See Also:
- Constant Field Values
_IntPart
private char[] _IntPart
_IntSize
private int _IntSize
_Negative_Number
private boolean _Negative_Number
_DecPart
private char[] _DecPart
_DecSize
private int _DecSize
| Constructor Detail |
DecimalString
public DecimalString(java.lang.String DecString) throws java.lang.NumberFormatException
| Method Detail |
IsNegative
public boolean IsNegative()
GiveIntSize
public int GiveIntSize()
DecDigit
public byte DecDigit(Decimal_Increment Pos)
- Returns Digit corresponding to Pos and decrement Pos
IntDigit
public byte IntDigit(Decimal_Increment Pos)
|
|||||||||
| Home >> All >> com >> yaftp >> [ utils overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.yaftp.utils.DecimalString