Interface Base32.Decoder

Enclosing class:
Base32

public static interface Base32.Decoder
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    decode(String textRepresentation)
    Performs decode.
    default String
    decodeToString(String textRepresentation)
    Performs decodeToString.
  • Method Details

    • decode

      byte[] decode(String textRepresentation)
      Performs decode.
      Parameters:
      textRepresentation - the textRepresentation value
      Returns:
      the result of decode
    • decodeToString

      default String decodeToString(String textRepresentation)
      Performs decodeToString.
      Parameters:
      textRepresentation - the textRepresentation value
      Returns:
      the result of decodeToString