Class PdfAXMPUtil


  • public class PdfAXMPUtil
    extends java.lang.Object
    Utilities to construct an XMP for a PDF/A file.
    • Constructor Summary

      Constructors 
      Constructor Description
      PdfAXMPUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isUtf8​(byte[] array)
      Check whether the given byte array is an UTF-8 encoded character sequence.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PdfAXMPUtil

        public PdfAXMPUtil()
    • Method Detail

      • isUtf8

        public static boolean isUtf8​(byte[] array)
        Check whether the given byte array is an UTF-8 encoded character sequence.
        Parameters:
        array - array to check
        Returns:
        true if array is UTF-8 encoded data, false otherwise