com.google.zxing.common
Class DecoderResult
java.lang.Object
com.google.zxing.common.DecoderResult
public final class DecoderResult
- extends Object
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.
- Since:
- BlackBerry API 6.0.0
DecoderResult
public DecoderResult(byte[] rawBytes,
String text,
Vector byteSegments,
ErrorCorrectionLevel ecLevel)
- Since:
- BlackBerry API 6.0.0
getRawBytes
public byte[] getRawBytes()
- Since:
- BlackBerry API 6.0.0
getText
public String getText()
- Since:
- BlackBerry API 6.0.0
getByteSegments
public Vector getByteSegments()
- Since:
- BlackBerry API 6.0.0
getECLevel
public ErrorCorrectionLevel getECLevel()
- Since:
- BlackBerry API 6.0.0
Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal