|
Bouncy Castle Cryptography Library 1.64 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.InputStream
org.bouncycastle.crypto.tls.ByteQueueInputStream
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 |
public ByteQueueInputStream()
Method Detail |
public void addBytes(byte[] buf)
public void addBytes(byte[] buf, int bufOff, int bufLen)
public int peek(byte[] buf)
public int read()
public int read(byte[] b)
public int read(byte[] b, int off, int len)
public long skip(long n)
public int available()
public void close()
|
Bouncy Castle Cryptography Library 1.64 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |