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

com.bluenimble.platform.api.media.DataWriter Maven / Gradle / Ivy

There is a newer version: 2.50.0
Show newest version
package com.bluenimble.platform.api.media;

import java.io.IOException;
import java.io.Serializable;

import com.bluenimble.platform.api.Api;
import com.bluenimble.platform.api.ApiOutput;
import com.bluenimble.platform.api.ApiResponse;
import com.bluenimble.platform.api.ApiService;

public interface DataWriter extends Serializable {
	
	void write (Api api, ApiService service, ApiOutput output, ApiResponse response) throws IOException;
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy