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

javajs.api.BytePoster Maven / Gradle / Ivy

package javajs.api;

public interface BytePoster {

  String postByteArray(String fileName, byte[] bytes);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy