org.apache.axis.utils
Class TeeOutputStream
OutputStream
org.apache.axis.utils.TeeOutputStream
public class TeeOutputStream
extends OutputStream
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 © 2005 Apache Web Services Project. All Rights Reserved.