<P>Create a ConfigChop.</P>
<P>Equal to <CODE><A HREF="~JD~pcscc(i,scc,scp,scin)~EJD~">ConfigChop</A>(i_length, (new <A HREF="~JD~scc#scc(b,s,i)~EJD~">SpcfcCfgChop</A>(b_chopEndStart, s_chopDotDotDot, i_cdddFlush)), sc_pad, sc_ifNull)</CODE></P>
**/
public ConfigChop(int i_length, boolean b_chopEndStart, String s_chopDotDotDot, int i_cdddFlush, SpcfcCfgPad sc_pad, SpcfcCfgIfNull sc_ifNull) {
this(i_length, (new SpcfcCfgChop(b_chopEndStart, s_chopDotDotDot, i_cdddFlush)), sc_pad, sc_ifNull);
}