package javajs.api;

public interface BytePoster {

  String postByteArray(String fileName, byte[] bytes);

}
