Package com.uic.ase.proj.xbn.string

Examples of com.uic.ase.proj.xbn.string.SOBStringBuffer


    <P>Get a copy of the StringOrBuffer where characters have been trimmed from the ends of every line.</P>

    @return  The contents of getSOBSB:  <CODE><A HREF="~JD~trimAllLines(sob)~EJD~">trimAllLines</A>([<A HREF="~JD~utilsob~EJD~">UtilSOB</A>].<a href="~JD~utilsob#getSOBSB(sob,s)~EJD~">getSOBSB</a>(str_orBfr, "xbn.string.TrimChars.getAllLines"))</CODE>
   **/
  public final SOBStringBuffer getAllLines(StringOrBuffer str_orBfr)  {
    SOBStringBuffer ssb = uSOB.getSOBSB(str_orBfr, sT + "getAllLines");
    trimAllLines(ssb);
    return ssb;
  }
View Full Code Here

TOP

Related Classes of com.uic.ase.proj.xbn.string.SOBStringBuffer

Copyright © 2018 www.massapicom. 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.