JAL-3225 fix comparing Eclispe IDE j2s plugin and this branch j2s plugin
[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 }