public class PbfBlobDecoder extends Object implements Runnable
| Constructor and Description |
|---|
PbfBlobDecoder(String blobType,
byte[] rawBlob,
PbfBlobDecoderListener listener)
Creates a new instance.
|
public PbfBlobDecoder(String blobType, byte[] rawBlob, PbfBlobDecoderListener listener)
blobType - The type of blob.rawBlob - The raw data of the blob.listener - The listener for receiving decoding results.Copyright © 2012–2018. All rights reserved.