org.bouncycastle.util.encoders
public class BufferedEncoder extends Object
Field Summary | |
---|---|
protected byte[] | buf |
protected int | bufOff |
protected Translator | translator |
Constructor Summary | |
---|---|
BufferedEncoder(Translator translator, int bufSize) |
Method Summary | |
---|---|
int | processByte(byte in, byte[] out, int outOff) |
int | processBytes(byte[] in, int inOff, int len, byte[] out, int outOff) |
Parameters: translator the translator to use. bufSize amount of input to buffer for each chunk.