684685686687688689690691692693694
} //System.out.println("out: " + outfile + ", in: " + file); if(file.startsWith("nfs://")) { in = new BufferedInputStream(new XFileInputStream(file)); } else { in = new BufferedInputStream(new FileInputStream(file)); }
909910911912913914915916917918919
file = toNFS(file); Log.debug(file); try { return new BufferedInputStream(new XFileInputStream(file)); } catch(Exception ex) { ex.printStackTrace(); Log.debug(ex.toString() +
37383940414243
super(f, name); } @Override public InputStream getInputStream() throws IOException { return new XFileInputStream(this); }