- decode(char[]) - 类 中的静态方法net.apexes.wsonrpc.client.support.websocket.Base64
-
Decodes a BASE64 encoded char array.
- decode(byte[]) - 类 中的静态方法net.apexes.wsonrpc.client.support.websocket.Base64
-
Decodes a BASE64 encoded byte array.
- decode(String) - 类 中的静态方法net.apexes.wsonrpc.client.support.websocket.Base64
-
Decodes a BASE64 encoded String.
- decodeFast(char[]) - 类 中的静态方法net.apexes.wsonrpc.client.support.websocket.Base64
-
Decodes a BASE64 encoded char array that is known to be resonably well formatted.
- decodeFast(byte[]) - 类 中的静态方法net.apexes.wsonrpc.client.support.websocket.Base64
-
Decodes a BASE64 encoded byte array that is known to be resonably well formatted.
- decodeFast(String) - 类 中的静态方法net.apexes.wsonrpc.client.support.websocket.Base64
-
Decodes a BASE64 encoded string that is known to be resonably well formatted.