Bouncy Castle Cryptography Library 1.38

org.bouncycastle.crypto.tls
Class TlsOuputStream

java.lang.Object
  extended byjava.io.OutputStream
      extended byorg.bouncycastle.crypto.tls.TlsOuputStream

public class TlsOuputStream
extends java.io.OutputStream

An OutputStream for an TLS connection.


Method Summary
 void close()
           
 void cose()
          Deprecated. Use 'close' instead
 void flush()
           
 void write(byte[] buf, int offset, int len)
           
 void write(int arg0)
           
 
Methods inherited from class java.io.OutputStream
write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

write

public void write(byte[] buf,
                  int offset,
                  int len)
           throws java.io.IOException
Throws:
java.io.IOException

write

public void write(int arg0)
           throws java.io.IOException
Throws:
java.io.IOException

cose

public void cose()
          throws java.io.IOException
Deprecated. Use 'close' instead

Throws:
java.io.IOException

close

public void close()
           throws java.io.IOException
Throws:
java.io.IOException

flush

public void flush()
           throws java.io.IOException
Throws:
java.io.IOException

Bouncy Castle Cryptography Library 1.38