Bouncy Castle Cryptography Library 1.64

org.bouncycastle.crypto.tls
Class ByteQueueInputStream

java.lang.Object
  extended byjava.io.InputStream
      extended byorg.bouncycastle.crypto.tls.ByteQueueInputStream

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

public class ByteQueueInputStream
extends java.io.InputStream


Constructor Summary
ByteQueueInputStream()
          Deprecated.  
 
Method Summary
 void addBytes(byte[] buf)
          Deprecated.  
 void addBytes(byte[] buf, int bufOff, int bufLen)
          Deprecated.  
 int available()
          Deprecated.  
 void close()
          Deprecated.  
 int peek(byte[] buf)
          Deprecated.  
 int read()
          Deprecated.  
 int read(byte[] b)
          Deprecated.  
 int read(byte[] b, int off, int len)
          Deprecated.  
 long skip(long n)
          Deprecated.  
 
Methods inherited from class java.io.InputStream
mark, markSupported, reset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByteQueueInputStream

public ByteQueueInputStream()
Deprecated. 
Method Detail

addBytes

public void addBytes(byte[] buf)
Deprecated. 

addBytes

public void addBytes(byte[] buf,
                     int bufOff,
                     int bufLen)
Deprecated. 

peek

public int peek(byte[] buf)
Deprecated. 

read

public int read()
Deprecated. 

read

public int read(byte[] b)
Deprecated. 

read

public int read(byte[] b,
                int off,
                int len)
Deprecated. 

skip

public long skip(long n)
Deprecated. 

available

public int available()
Deprecated. 

close

public void close()
Deprecated. 

Bouncy Castle Cryptography Library 1.64