Interface ExtensionParser<T>

    • Method Detail

      • parse

        default T parse​(byte[] input)
      • parse

        T parse​(byte[] input,
                int offset,
                int len)
      • apply

        default T apply​(byte[] input)
        Specified by:
        apply in interface Function<byte[],​T>