| 程序包 | 说明 |
|---|---|
| com.hynnet.util.codec |
| 限定符和类型 | 方法和说明 |
|---|---|
protected abstract void |
BaseNCodec.decode(byte[] pArray,
int i,
int length,
BaseNCodec.Context context) |
protected void |
Base64.decode(byte[] in,
int inPos,
int inAvail,
BaseNCodec.Context context)
Decodes all of the provided data, starting at inPos, for inAvail bytes.
|
protected abstract void |
BaseNCodec.encode(byte[] pArray,
int i,
int length,
BaseNCodec.Context context) |
protected void |
Base64.encode(byte[] in,
int inPos,
int inAvail,
BaseNCodec.Context context)
Encodes all of the provided data, starting at inPos, for inAvail bytes.
|
protected byte[] |
BaseNCodec.ensureBufferSize(int size,
BaseNCodec.Context context)
Ensure that the buffer has room for
size bytes |
Copyright © 2001-2014 hynnet.com