Package com.google.zxing.pdf417.encoder
Class PDF417HighLevelEncoderTestAdapter
java.lang.Object
com.google.zxing.pdf417.encoder.PDF417HighLevelEncoderTestAdapter
Test adapter for PDF417HighLevelEncoder to be called solely from unit tests.
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
encodeHighLevel
(String msg, Compaction compaction, Charset encoding, boolean autoECI)
-
Method Details
-
encodeHighLevel
public static String encodeHighLevel(String msg, Compaction compaction, Charset encoding, boolean autoECI) throws WriterException - Throws:
WriterException
-