Class PDF417HighLevelEncoderTestAdapter


  • public final class PDF417HighLevelEncoderTestAdapter
    extends java.lang.Object
    Test adapter for PDF417HighLevelEncoder to be called solely from unit tests.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String encodeHighLevel​(java.lang.String msg, Compaction compaction, java.nio.charset.Charset encoding, boolean autoECI)  
      • Methods inherited from class java.lang.Object

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

      • PDF417HighLevelEncoderTestAdapter

        private PDF417HighLevelEncoderTestAdapter()
    • Method Detail

      • encodeHighLevel

        public static java.lang.String encodeHighLevel​(java.lang.String msg,
                                                       Compaction compaction,
                                                       java.nio.charset.Charset encoding,
                                                       boolean autoECI)
                                                throws WriterException
        Throws:
        WriterException