示例#1
0
 public String getName() throws ScriptException {
   return file.getName();
 }
示例#2
0
 public OutputStream getOutputStream() throws ScriptException {
   return file.getOutputStream();
 }