Interface Base32.Encoder

Enclosing class:
Base32

public static interface Base32.Encoder
  • Method Summary

    Modifier and Type
    Method
    Description
    encode(byte[] bytes)
    Performs encode.
    default String
    encode(String text)
    Performs encode.
  • Method Details

    • encode

      String encode(byte[] bytes)
      Performs encode.
      Parameters:
      bytes - the bytes value
      Returns:
      the result of encode
    • encode

      default String encode(String text)
      Performs encode.
      Parameters:
      text - the text value
      Returns:
      the result of encode