public abstract static class Base64Coder.Coder
extends java.lang.Object
构造器和说明 |
---|
Coder() |
限定符和类型 | 方法和说明 |
---|---|
abstract int |
maxOutputSize(int len) |
abstract boolean |
process(byte[] input,
int offset,
int len,
boolean finish)
Encode/decode another block of input data. this.output is
provided by the caller, and must be big enough to hold all
the coded data.
|
public abstract boolean process(byte[] input, int offset, int len, boolean finish)
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.public abstract int maxOutputSize(int len)