Interface DigestingParser.Encoder

Enclosing class:
DigestingParser

@Deprecated(since="2026-04-30") public static interface DigestingParser.Encoder
Deprecated.
This version of the Apache Tika library is deprecated. Use your own version of Apache Tika.
Encodes byte array from a MessageDigest to String
  • Method Summary

    Modifier and Type
    Method
    Description
    encode(byte[] bytes)
    Deprecated.
     
  • Method Details

    • encode

      String encode(byte[] bytes)
      Deprecated.