|
Bouncy Castle Cryptography Library 1.64 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.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()
read
in class java.io.InputStream
public int read(byte[] b)
read
in class java.io.InputStream
public int read(byte[] b, int off, int len)
read
in class java.io.InputStream
public long skip(long n)
skip
in class java.io.InputStream
public int available()
available
in class java.io.InputStream
public void close()
close
in class java.io.InputStream
|
Bouncy Castle Cryptography Library 1.64 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |