public class PbfRawBlob extends Object
| Constructor and Description |
|---|
PbfRawBlob(String type,
byte[] data)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getData()
Gets the raw contents of the blob in binary undecoded form.
|
String |
getType()
Gets the type of data represented by this blob.
|
public PbfRawBlob(String type, byte[] data)
type - The type of data represented by this blob. This corresponds to the type field in
the blob header.data - The raw contents of the blob in binary undecoded form.public String getType()
public byte[] getData()
Copyright © 2012–2020. All rights reserved.