
io.femo.http.Base64Driver Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of http Show documentation
Show all versions of http Show documentation
An easy to use HTTP API, that supports synchronous and asynchronous execution of HTTP request.
On android only asynchronous driver is supported.
package io.femo.http;
/**
* Created by Felix Resch on 08-Apr-16.
*/
public interface Base64Driver extends Driver {
String encodeToString(byte[] data);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy