Package net.codecrete.qrbill.canvas
Interface ByteArrayResult
public interface ByteArrayResult
Interface for returning a result as a byte array.
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
Gets the resulting graphics as a byte array.
-
Method Details
-
toByteArray
Gets the resulting graphics as a byte array.- Returns:
- the byte array
- Throws:
IOException
- thrown if the construction of the byte array fails
-