Bouncy Castle Cryptography Library 1.64

org.bouncycastle.crypto.tls
Class ByteQueueOutputStream

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

Deprecated. Migrate to the (D)TLS API in org.bouncycastle.tls (bctls jar).

public class ByteQueueOutputStream
extends java.io.OutputStream


Constructor Summary
ByteQueueOutputStream()
          Deprecated.  
 
Method Summary
 ByteQueue getBuffer()
          Deprecated.  
 void write(byte[] b, int off, int len)
          Deprecated.  
 void write(int b)
          Deprecated.  
 
Methods inherited from class java.io.OutputStream
close, flush, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByteQueueOutputStream

public ByteQueueOutputStream()
Deprecated. 
Method Detail

getBuffer

public ByteQueue getBuffer()
Deprecated. 

write

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

write

public void write(byte[] b,
                  int off,
                  int len)
           throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

Bouncy Castle Cryptography Library 1.64