public class MatrixCode extends Object
| Constructor and Description |
|---|
MatrixCode(byte[] data)
ct.
|
MatrixCode(String data)
ct.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getImage()
Liefert die Rohdaten des Bildes.
|
String |
getMimetype()
Liefert den Mimetype des Bildes.
|
public MatrixCode(String data) throws Exception
data - die Rohdaten aus dem HHDuc als String.Exception - wenn die Daten nicht als Bild geparst werden konnten.public byte[] getImage()
public String getMimetype()
Copyright © 2018. All rights reserved.