Package org.browsermob.proxy.jetty.util

Examples of org.browsermob.proxy.jetty.util.ByteArrayOutputStream2


     * @param out
     * @param autoflush
     */
    public LogStream(String tag, Log log)
    {
        super(new ByteArrayOutputStream2(128), true);
        bout=(ByteArrayOutputStream2)this.out;
        this.tag=tag;
        this.log=log;
    }
View Full Code Here

TOP

Related Classes of org.browsermob.proxy.jetty.util.ByteArrayOutputStream2

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.