|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.OutputStream
org.bouncycastle.util.io.LimitedBuffer
Constructor Summary | |
LimitedBuffer(int limit)
|
Method Summary | |
int |
copyTo(byte[] b,
int off)
|
int |
limit()
|
void |
reset()
|
int |
size()
|
void |
write(byte[] b)
|
void |
write(byte[] b,
int off,
int len)
|
void |
write(int b)
|
Methods inherited from class java.io.OutputStream |
close, flush |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LimitedBuffer(int limit)
Method Detail |
public int copyTo(byte[] b, int off)
public int limit()
public void reset()
public int size()
public void write(int b)
public void write(byte[] b)
public void write(byte[] b, int off, int len)
|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |