Package-level declarations

Types

Link copied to clipboard
class ByteMatrix(width: Int, height: Int)

JAVAPORT: The original code was a 2D array of ints, but since it only ever gets assigned -1, 0, and 1, I'm going to use less memory and go with bytes.

Link copied to clipboard
object Encoder
Link copied to clipboard
class QRCode