Examples of SpcfcCfgPad


Examples of com.uic.ase.proj.xbn.string.padchop.SpcfcCfgPad

    <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);
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.