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