public class AsciiEncoder extends Object implements URLEncoder
| Constructor and Description |
|---|
AsciiEncoder() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
decode(String s) |
int |
decode6bit(char c) |
String |
encode(byte[] data) |
char |
encode6bit(byte b) |
public String encode(byte[] data)
encode in interface URLEncoderpublic byte[] decode(String s)
decode in interface URLEncoderpublic int decode6bit(char c)
public char encode6bit(byte b)
Copyright © 2017. All rights reserved.