Package com.dragome.commons.javascript

Examples of com.dragome.commons.javascript.ConsoleOutputStream


public class Utils
{
  public static void init()
  {
    System.err= new PrintStream(new ConsoleOutputStream());
    System.out= new PrintStream(new ConsoleOutputStream());
  }
View Full Code Here

TOP

Related Classes of com.dragome.commons.javascript.ConsoleOutputStream

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.