JAL-3676 improvement for visual selection of console text - fg color change if required
[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 }