Package cn.bran.japid.util

Examples of cn.bran.japid.util.StringBundler


//  public JapidTemplateBase() {
//   
//  };

  public JapidTemplateBaseWithStringBundler(int capacity) {
    this.out = new StringBundler(capacity);
  }
View Full Code Here

TOP

Related Classes of cn.bran.japid.util.StringBundler

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.