Interface Formatter


  • public interface Formatter
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Formatter DEFAULT  
    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default java.lang.String format​(char format, Bits bits)
      Transforms the bytes into a meaningful string using the formatting character.
    • Method Detail

      • format

        default java.lang.String format​(char format,
                                        Bits bits)
        Transforms the bytes into a meaningful string using the formatting character.
        Parameters:
        format - the formatting character ('s' for a string, etc.)
        bits - the array of bytes
        Returns:
        the resulting string