Class SyntaxBin
java.lang.Object
org.kapott.hbci.datatypes.SyntaxDE
org.kapott.hbci.datatypes.SyntaxBin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static Stringprivate static Stringprivate intgetHeaderLen(String st) voidinit(StringBuffer res, int minsize, int maxsize) voidprivate voidinitData(StringBuffer res, int minsize, int maxsize) private StringtoString(int zero) Methods inherited from class SyntaxDE
destroy, findNextDelim, getContent, init, setContent, skipPreDelim, toString
-
Constructor Details
-
SyntaxBin
- See Also:
-
SyntaxBin
- See Also:
-
-
Method Details
-
expandNumber
-
expand
- Parameters:
x- the String to be converted- Returns:
- the binary String representing the given value
- Throws:
IllegalArgumentException- occurs when the first character of the given string is neither "N" nor "B"
-
init
-
toString
-
getHeaderLen
- Parameters:
st- the string representing the complete datatype BIN- Returns:
- the length of the header-field in this string (i.e. the number of bytes making the @len@ part of the string
-
parse
-
initData
-
init
-