interfax / interfax-java

Fax send and receive in Java with the InterFAX REST API
https://www.interfax.net/en/dev/java
MIT License
5 stars 9 forks source link

Worth implementing a "save image" helper method? #23

Closed cbetta closed 6 years ago

cbetta commented 7 years ago

In other SDKs we've added helper methods for people to save the images. Not sure if this should be added for novice users in Java as well.

anuragkapur commented 7 years ago

Not necessarily the responsibility of the SDK, but happy to add a simple helper method to convert a byte array into a (saved image) File if that makes it consistent with other interfax SDKs.