8384858687888990919293
public RemoteInputStreamInterface getReader(URL res) { Object obj = null; try { obj = UnicastRemoteObject.exportObject(new RemoteInputStream(res)); } catch(RemoteException re) { re.printStackTrace(); } return (RemoteInputStreamInterface)obj;