跳过导航链接
B C D E N S 

B

Base64 - com.github.megatronking.stringfog.lib中的类
Utilities for encoding and decoding the Base64 representation of binary data.
Base64Fog - com.github.megatronking.stringfog.lib中的类
 
Base64Fog() - 类 的构造器com.github.megatronking.stringfog.lib.Base64Fog
 

C

com.github.megatronking.stringfog.lib - 程序包 com.github.megatronking.stringfog.lib
 
com.github.megatronking.stringfog.lib.annotation - 程序包 com.github.megatronking.stringfog.lib.annotation
 

D

decode(String, int) - 类 中的静态方法com.github.megatronking.stringfog.lib.Base64
Decode the Base64-encoded data in input and return the data in a new byte array.
decode(byte[], int) - 类 中的静态方法com.github.megatronking.stringfog.lib.Base64
Decode the Base64-encoded data in input and return the data in a new byte array.
decode(String, String) - 类 中的静态方法com.github.megatronking.stringfog.lib.Base64Fog
 
DEFAULT - 类 中的静态变量com.github.megatronking.stringfog.lib.Base64
Default values for encoder/decoder flags.

E

encode(String, int) - 类 中的静态方法com.github.megatronking.stringfog.lib.Base64
Base64-encode the given data and return a newly allocated byte[] with the result.
encode(byte[], int) - 类 中的静态方法com.github.megatronking.stringfog.lib.Base64
Base64-encode the given data and return a newly allocated byte[] with the result.
encode(String, String) - 类 中的静态方法com.github.megatronking.stringfog.lib.Base64Fog
 

N

NO_PADDING - 类 中的静态变量com.github.megatronking.stringfog.lib.Base64
Encoder flag bit to omit the padding '=' characters at the end of the output (if any).
NO_WRAP - 类 中的静态变量com.github.megatronking.stringfog.lib.Base64
Encoder flag bit to omit all line terminators (i.e., the output will be on one long line).

S

StringFogIgnore - com.github.megatronking.stringfog.lib.annotation中的注释类型
This annotation could keep no fog for string.
B C D E N S 
跳过导航链接