| 程序包 | 说明 |
|---|---|
| com.jn.langx.codec | |
| com.jn.langx.codec.base16 | |
| com.jn.langx.codec.base32 | |
| com.jn.langx.codec.base64 |
| 限定符和类型 | 方法和说明 |
|---|---|
protected abstract void |
BaseNCodec.decode(byte[] pArray,
int i,
int length,
BaseNCodec.Context context) |
protected abstract void |
BaseNCodec.encode(byte[] pArray,
int i,
int length,
BaseNCodec.Context context) |
protected byte[] |
BaseNCodec.ensureBufferSize(int size,
BaseNCodec.Context context)
Ensure that the buffer has room for
size bytes |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Base16.decode(byte[] data,
int offset,
int length,
BaseNCodec.Context context) |
void |
Base16.encode(byte[] data,
int offset,
int length,
BaseNCodec.Context context) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Base32.decode(byte[] input,
int inPos,
int inAvail,
BaseNCodec.Context context)
Decodes all of the provided data, starting at inPos, for inAvail bytes.
|
void |
Base32.encode(byte[] input,
int inPos,
int inAvail,
BaseNCodec.Context context)
Encodes all of the provided data, starting at inPos, for inAvail bytes.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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 void |
Base64.encode(byte[] in,
int inPos,
int inAvail,
BaseNCodec.Context context)
Encodes all of the provided data, starting at inPos, for inAvail bytes.
|
Copyright © 2022. All rights reserved.