Class Base32
- java.lang.Object
-
- org.jivesoftware.smack.util.stringencoder.Base32
-
public class Base32 extends Object
Base32 string encoding is useful for when filenames case-insensitive filesystems are encoded. Base32 representation takes roughly 20% more space then Base64.- See Also:
- Base32 Wikipedia entry
-
-
Constructor Summary
Constructors Constructor Description Base32()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
decode(String str)
static String
encode(String str)
static StringEncoder<String>
getStringEncoder()
-
-
-
Constructor Detail
-
Base32
public Base32()
-
-
Method Detail
-
getStringEncoder
public static StringEncoder<String> getStringEncoder()
-
-