public final class Base32 extends Object
| Modifier and Type | Method and Description |
|---|---|
static long |
decodeBase32(String s)
Returns the conversion of a base32 string to a long.
|
static String |
encodeBase32(long i)
Returns the base 32 encoding used by geohashing from a long value.
|
Copyright © 2013-2014. All Rights Reserved.