X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fws%2Febi%2FEBIFetchClient.java;h=5dc3c94999aaf52dabcd79fd7686d7b9bbb07a31;hb=75b38b407cf19737bcc9013a483e1beee32f5523;hp=07a9df4b5cff7ecd6e8866fafd2b38b393ab863f;hpb=6b3edb482c0022ee6ddb7aadc2f27764f30b178b;p=jalview.git diff --git a/src/jalview/ws/ebi/EBIFetchClient.java b/src/jalview/ws/ebi/EBIFetchClient.java index 07a9df4..5dc3c94 100644 --- a/src/jalview/ws/ebi/EBIFetchClient.java +++ b/src/jalview/ws/ebi/EBIFetchClient.java @@ -216,6 +216,12 @@ public class EBIFetchClient InputStream is = new BufferedInputStream(conn.getInputStream()); if (outFile != null) { + /**@j2sNative + * if (outFile._isTemp) { + * outFile._bytes = is.$in.$in.buf; + * return null; + * } + */ FileOutputStream fio = new FileOutputStream(outFile); byte[] bb = new byte[32 * 1024]; int l;