public class

TeeOutputStream

extends OutputStream
java.lang.Object
   ↳ java.io.OutputStream
     ↳ org.bouncycastle.util.io.TeeOutputStream

Summary

Public Constructors
TeeOutputStream(OutputStream output1, OutputStream output2)
Public Methods
void close()
void flush()
void write(byte[] buf, int off, int len)
void write(byte[] buf)
void write(int b)
[Expand]
Inherited Methods
From class java.io.OutputStream
From class java.lang.Object
From interface java.io.Closeable
From interface java.io.Flushable

Public Constructors

public TeeOutputStream (OutputStream output1, OutputStream output2)

Public Methods

public void close ()

Throws
IOException

public void flush ()

Throws
IOException

public void write (byte[] buf, int off, int len)

Throws
IOException

public void write (byte[] buf)

Throws
IOException

public void write (int b)

Throws
IOException