Uses of Class
com.itextpdf.text.pdf.qrcode.ByteArray
Packages that use ByteArray
-
Uses of ByteArray in com.itextpdf.text.pdf.qrcode
Fields in com.itextpdf.text.pdf.qrcode declared as ByteArrayModifier and TypeFieldDescriptionprivate final ByteArray
BlockPair.dataBytes
private final ByteArray
BlockPair.errorCorrectionBytes
Methods in com.itextpdf.text.pdf.qrcode that return ByteArrayModifier and TypeMethodDescription(package private) static ByteArray
Encoder.generateECBytes
(ByteArray dataBytes, int numEcBytesInBlock) BlockPair.getDataBytes()
BlockPair.getErrorCorrectionBytes()
Methods in com.itextpdf.text.pdf.qrcode with parameters of type ByteArrayModifier and TypeMethodDescription(package private) static ByteArray
Encoder.generateECBytes
(ByteArray dataBytes, int numEcBytesInBlock) Constructors in com.itextpdf.text.pdf.qrcode with parameters of type ByteArray