public class QRMethod extends Object implements DepositMethod<net.glxn.qrgen.javase.QRCode>
| Constructor and Description |
|---|
QRMethod() |
| Modifier and Type | Method and Description |
|---|---|
net.glxn.qrgen.javase.QRCode |
build(ConditionalDepositAddress conditions) |
protected ConditionalDepositAddress |
loadFromInputStream(byte[] stream) |
ConditionalDepositAddress |
parse(net.glxn.qrgen.javase.QRCode method) |
static String |
readQRCode(InputStream stream) |
protected void |
writeToOutputStream(OutputStream stream,
ConditionalDepositAddress store) |
public ConditionalDepositAddress parse(net.glxn.qrgen.javase.QRCode method)
parse in interface DepositMethod<net.glxn.qrgen.javase.QRCode>public static String readQRCode(InputStream stream) throws IOException, com.google.zxing.NotFoundException
IOExceptioncom.google.zxing.NotFoundExceptionpublic net.glxn.qrgen.javase.QRCode build(ConditionalDepositAddress conditions)
build in interface DepositMethod<net.glxn.qrgen.javase.QRCode>protected ConditionalDepositAddress loadFromInputStream(byte[] stream)
protected void writeToOutputStream(OutputStream stream, ConditionalDepositAddress store) throws IOException
IOExceptionCopyright © 2019. All rights reserved.