JAL-1807 Bob's first commit -- Applet loaded; needs image
[jalview.git] / src / javajs / api / BytePoster.java
1 package javajs.api;
2
3 public interface BytePoster {
4
5   String postByteArray(String fileName, byte[] bytes);
6
7 }