Interface AlphabetMapper

All Known Implementing Classes:
BasicAlphabetMapper

public interface AlphabetMapper
  • Method Summary

    Modifier and Type
    Method
    Description
    char[]
    convertToChars(byte[] input)
     
    byte[]
    convertToIndexes(char[] input)
     
    int
     
  • Method Details

    • getRadix

      int getRadix()
    • convertToIndexes

      byte[] convertToIndexes(char[] input)
    • convertToChars

      char[] convertToChars(byte[] input)