You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
QR-Code-generator/java/io/nayuki/qrcodegen
Project Nayuki 0e2ecff58e
Tweaked Java code to convert most explicit assertion checks to native assert statements, for compactness and because the code quality ensures that the checks shouldn't fail in normal usage.
6 years ago
..
BitBuffer.java Tweaked Java BitBuffer code to add size overflow checks. 6 years ago
QrCode.java Tweaked Java code to convert most explicit assertion checks to native assert statements, for compactness and because the code quality ensures that the checks shouldn't fail in normal usage. 6 years ago
QrCodeGeneratorDemo.java Tweaked QrCodeGeneratorDemo Java code to use QrSegmentAdvanced.makeKanji() instead of hard-coding the data words, while maintaining identical output image. 7 years ago
QrCodeGeneratorWorker.java Updated Java worker program to close input stream and reduce indentation. 7 years ago
QrSegment.java Tweaked Javadoc to use the word "constructs" instead of "creates" for constructors. 6 years ago
QrSegmentAdvanced.java Tweaked Java code to convert most explicit assertion checks to native assert statements, for compactness and because the code quality ensures that the checks shouldn't fail in normal usage. 6 years ago