org.bouncycastle.util.test

Class UncloseableOutputStream

public class UncloseableOutputStream extends FilterOutputStream

Constructor Summary
UncloseableOutputStream(OutputStream s)
Method Summary
voidclose()
voidwrite(byte[] b, int off, int len)

Constructor Detail

UncloseableOutputStream

public UncloseableOutputStream(OutputStream s)

Method Detail

close

public void close()

write

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