Bouncy Castle Cryptography Library 1.64

org.bouncycastle.crypto.tls
Class ByteQueueOutputStream

java.lang.Object
  |
  +--java.io.OutputStream
        |
        +--org.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. 
Overrides:
write in class java.io.OutputStream

write

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

Bouncy Castle Cryptography Library 1.64