Class DecoderResult
java.lang.Object
zext.plantuml.com.google.zxing.common.DecoderResult
Encapsulates the result of decoding a matrix of bits. This typically applies to 2D barcode formats. For now it contains the raw bytes obtained, as well as a String interpretation of those bytes, if applicable.
-
Constructor Summary
ConstructorsConstructorDescriptionDecoderResult
(byte[] rawBytes, String text, Vector byteSegments, ErrorCorrectionLevel ecLevel) -
Method Summary
-
Constructor Details
-
DecoderResult
public DecoderResult(byte[] rawBytes, String text, Vector byteSegments, ErrorCorrectionLevel ecLevel)
-
-
Method Details
-
getRawBytes
public byte[] getRawBytes() -
getText
-
getByteSegments
-
getECLevel
-