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 URLEncoder
public byte[] decode(String s)
decode
in interface URLEncoder
public int decode6bit(char c)
public char encode6bit(byte b)
Copyright © 2016. All Rights Reserved.