JAL-4119 TRACE level console message reporting download URL for sifts. Also more...
[jalview.git] / unused / javajs / api / BytePoster.java
1 package javajs.api;
2
3 public interface BytePoster {
4
5   String postByteArray(String fileName, byte[] bytes);
6
7 }