Package org.bouncycastle.crypto.tls
Class ByteQueueInputStream
- java.lang.Object
-
- java.io.InputStream
-
- org.bouncycastle.crypto.tls.ByteQueueInputStream
-
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable
public class ByteQueueInputStream extends java.io.InputStreamDeprecated.Migrate to the (D)TLS API in org.bouncycastle.tls (bctls jar).
-
-
Constructor Summary
Constructors Constructor Description ByteQueueInputStream()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidaddBytes(byte[] buf)Deprecated.voidaddBytes(byte[] buf, int bufOff, int bufLen)Deprecated.intavailable()Deprecated.voidclose()Deprecated.intpeek(byte[] buf)Deprecated.intread()Deprecated.intread(byte[] b)Deprecated.intread(byte[] b, int off, int len)Deprecated.longskip(long n)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.- Specified by:
readin classjava.io.InputStream
-
read
public int read(byte[] b)
Deprecated.- Overrides:
readin classjava.io.InputStream
-
read
public int read(byte[] b, int off, int len)Deprecated.- Overrides:
readin classjava.io.InputStream
-
skip
public long skip(long n)
Deprecated.- Overrides:
skipin classjava.io.InputStream
-
available
public int available()
Deprecated.- Overrides:
availablein classjava.io.InputStream
-
close
public void close()
Deprecated.- Specified by:
closein interfacejava.lang.AutoCloseable- Specified by:
closein interfacejava.io.Closeable- Overrides:
closein classjava.io.InputStream
-
-