All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.mklinger.qetcher.liferay.client.QetcherService Maven / Gradle / Ivy

The newest version!
package de.mklinger.qetcher.liferay.client;

import java.io.InputStream;
import java.nio.file.Path;

/**
 * @author Marc Klinger - mklinger[at]mklinger[dot]de
 */
public interface QetcherService {
	Path convertToTempFile(final InputStream inputStream, final String fromMediaType, final String toMediaType);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy