| java.lang.Object org.bouncycastle.util.encoders.BufferedDecoder
BufferedDecoder | public class BufferedDecoder (Code) | | a buffering class to allow translation from one format to another to
be done in discrete chunks.
|
Method Summary | |
public int | processByte(byte in, byte[] out, int outOff) | public int | processBytes(byte[] in, int inOff, int len, byte[] out, int outOff) |
bufOff | protected int bufOff(Code) | | |
BufferedDecoder | public BufferedDecoder(Translator translator, int bufSize)(Code) | | Parameters: translator - the translator to use. Parameters: bufSize - amount of input to buffer for each chunk. |
processByte | public int processByte(byte in, byte[] out, int outOff)(Code) | | |
processBytes | public int processBytes(byte[] in, int inOff, int len, byte[] out, int outOff)(Code) | | |
|
|