public abstract class SyntaxDE extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
SyntaxDE() |
|
SyntaxDE(String x,
int minsize,
int maxsize) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
static int |
findNextDelim(StringBuffer res,
int startidx) |
protected String |
getContent() |
protected void |
init() |
void |
init(StringBuffer x,
int minsize,
int maxsize) |
void |
init(String x,
int minsize,
int maxsize) |
protected void |
setContent(String st,
int minsize,
int maxsize) |
protected static int |
skipPreDelim(StringBuffer res) |
String |
toString() |
String |
toString(int zero) |
public SyntaxDE(String x, int minsize, int maxsize)
x - The string representation of the init value.minsize - The minimum size (string length) of the init value.maxsize - The maximum size (string length) of the init value. If this is zero, no
checking for @p maxsize will be done.protected SyntaxDE()
public void init(String x, int minsize, int maxsize)
public void init(StringBuffer x, int minsize, int maxsize)
protected void init()
protected final void setContent(String st, int minsize, int maxsize)
st - The string representation of the init value.minsize - The minimum size (string length) of the init value.maxsize - The maximum size (string length) of the init value. If this is zero, no
checking for @p maxsize will be done.IllegalArgumentException - when the length of @p x is not in the rangepublic String toString(int zero)
zero - Just a dummy argument to overload the toString method.protected String getContent()
protected static int skipPreDelim(StringBuffer res)
res - A part of an HBCI message to be parsed.public static int findNextDelim(StringBuffer res, int startidx)
res - Part of an HBCI-message to be parsed.startidx - Index position where to start looking for the next delimiter.public String toString()
public void destroy()
Copyright © 2017. All rights reserved.