Uses of Class
com.itextpdf.barcodes.qrcode.ByteArray
-
Packages that use ByteArray Package Description com.itextpdf.barcodes.qrcode -
-
Uses of ByteArray in com.itextpdf.barcodes.qrcode
Fields in com.itextpdf.barcodes.qrcode declared as ByteArray Modifier and Type Field Description private ByteArrayBlockPair. dataBytesprivate ByteArrayBlockPair. errorCorrectionBytesMethods in com.itextpdf.barcodes.qrcode that return ByteArray Modifier and Type Method Description (package private) static ByteArrayEncoder. generateECBytes(ByteArray dataBytes, int numEcBytesInBlock)ByteArrayBlockPair. getDataBytes()ByteArrayBlockPair. getErrorCorrectionBytes()Methods in com.itextpdf.barcodes.qrcode with parameters of type ByteArray Modifier and Type Method Description (package private) static ByteArrayEncoder. generateECBytes(ByteArray dataBytes, int numEcBytesInBlock)Constructors in com.itextpdf.barcodes.qrcode with parameters of type ByteArray Constructor Description BlockPair(ByteArray data, ByteArray errorCorrection)
-