JAL-3541 selectively merged build.gradle and gradle.properties
[jalview.git] / unused / javajs / api / BytePoster.java
diff --git a/unused/javajs/api/BytePoster.java b/unused/javajs/api/BytePoster.java
new file mode 100644 (file)
index 0000000..0b0f29a
--- /dev/null
@@ -0,0 +1,7 @@
+package javajs.api;
+
+public interface BytePoster {
+
+  String postByteArray(String fileName, byte[] bytes);
+
+}