Interface Formatter
-
- All Known Implementing Classes:
Base64Formatter,DefaultFormatter
public interface Formatter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringread(byte[] qr)byte[]write(String text, int width, int height)
-
-
-
Method Detail
-
write
byte[] write(String text, int width, int height) throws com.google.zxing.WriterException, IOException
- Throws:
com.google.zxing.WriterExceptionIOException
-
read
String read(byte[] qr) throws com.google.zxing.NotFoundException, IOException
- Throws:
com.google.zxing.NotFoundExceptionIOException
-
-