<P>Create a ConfigPad.</P>
<P>Equal to <CODE><A HREF="~JD~pcscp(i,b,c,scc,scin)~EJD~">ConfigPad</A>(i_length, (new <A HREF="~JD~scp#scp(b,c)~EJD~">SpcfcCfgPad</A>(b_padEndStart, c_padCharacter)), sc_chop, sc_ifNull)</CODE></P>
**/
public ConfigPad(int i_length, boolean b_padEndStart, char c_padCharacter, SpcfcCfgChop sc_chop, SpcfcCfgIfNull sc_ifNull) {
this(i_length, (new SpcfcCfgPad(b_padEndStart, c_padCharacter)), sc_chop, sc_ifNull);
}