public static class Base64Coder.Decoder extends Base64Coder.Coder
op, output
构造器和说明 |
---|
Decoder(int flags,
byte[] output) |
限定符和类型 | 方法和说明 |
---|---|
int |
maxOutputSize(int len) |
boolean |
process(byte[] input,
int offset,
int len,
boolean finish)
Decode another block of input data.
|
public int maxOutputSize(int len)
maxOutputSize
在类中 Base64Coder.Coder
len
bytes
could decode to.public boolean process(byte[] input, int offset, int len, boolean finish)
process
在类中 Base64Coder.Coder
finish
- true if this is the final call to process for
this object. Will finalize the coder state and
include any final bytes in the output.