Searched refs:postByteArray (Results 1 – 5 of 5) sorted by relevance
357 String ret = postByteArray(); // unsigned applet could do this in closeChannel()417 private String postByteArray() { in postByteArray() method in OC419 return bytePoster.postByteArray(fileName, bytes); in postByteArray()
5 String postByteArray(String fileName, byte[] bytes); in postByteArray() method
323 public static String postByteArray(String fileName, byte[] bytes) { in postByteArray() method in JSVFileManager
1928 public String postByteArray(String fileName, byte[] bytes) { in postByteArray() method in JSViewer1929 return JSVFileManager.postByteArray(fileName, bytes); in postByteArray()
1518 public String postByteArray(String fileName, byte[] bytes) { in postByteArray() method in FileManager