org.apache.axis.utils

Class TeeOutputStream


public class TeeOutputStream
extends OutputStream

Constructor Summary

TeeOutputStream(OutputStream left, OutputStream right)

Method Summary

void
close()
void
flush()
void
write(byte[] b)
void
write(byte[] b, int off, int len)
void
write(int b)

Constructor Details

TeeOutputStream

public TeeOutputStream(OutputStream left,
                       OutputStream right)

Method Details

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.