org.apache.tools.ant.util
Class TeeOutputStream
OutputStream
org.apache.tools.ant.util.TeeOutputStream
public class TeeOutputStream
extends OutputStream
A simple T-piece to replicate an output stream into two separate streams
TeeOutputStream
public TeeOutputStream(OutputStream left,
OutputStream right)
close
public void close()
throws IOException
flush
public void flush()
throws IOException
write
public void write(byte[] b)
throws IOException
write
public void write(byte[] b,
int off,
int len)
throws IOException
write
public void write(int b)
throws IOException
Copyright B) 2000-2005 Apache Software Foundation. All Rights Reserved.