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

com.github.gkutiel.flip.Response Maven / Gradle / Ivy

The newest version!
package com.github.gkutiel.flip;

public interface Response {

	byte[] getBytes(Object obj, String... args);
	String getMimeType(String mime);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy