105106107108109110111112113114
* @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; }