Package org.midheaven.lang
Interface Base32.Decoder
- Enclosing class:
Base32
public static interface Base32.Decoder
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]Performs decode.default StringdecodeToString(String textRepresentation) Performs decodeToString.
-
Method Details
-
decode
Performs decode.- Parameters:
textRepresentation- the textRepresentation value- Returns:
- the result of decode
-
decodeToString
Performs decodeToString.- Parameters:
textRepresentation- the textRepresentation value- Returns:
- the result of decodeToString
-