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 SummaryModifier and TypeMethodDescriptionstatic StringencodeHighLevel(String msg, Compaction compaction, Charset encoding, boolean autoECI) 
- 
Method Details- 
encodeHighLevelpublic static String encodeHighLevel(String msg, Compaction compaction, Charset encoding, boolean autoECI) throws WriterException - Throws:
- WriterException
 
 
-