edu.columbia.cs.cgui.rjfc.swing
Interface RProgressMonitorInputStream
- All Superinterfaces:
- Remote
- All Known Implementing Classes:
- RProgressMonitorInputStreamImpl
- public interface RProgressMonitorInputStream
- extends Remote
getRJFCWrappedData
public ProgressMonitorInputStream getRJFCWrappedData()
throws RemoteException
setData
public void setData(ProgressMonitorInputStream data)
throws RemoteException
setHash
public void setHash(Hashtable hash)
throws RemoteException
getProgressMonitor
public RProgressMonitor getProgressMonitor()
throws RemoteException
read
public int read()
throws RemoteException,
IOException
read
public int read(byte[] bvar0)
throws RemoteException,
IOException
read
public int read(byte[] bvar0,
int offvar1,
int lenvar2)
throws RemoteException,
IOException
skip
public long skip(long nvar0)
throws RemoteException,
IOException
close
public void close()
throws RemoteException,
IOException
reset
public void reset()
throws RemoteException,
IOException
available
public int available()
throws RemoteException,
IOException
mark
public void mark(int var0)
throws RemoteException
markSupported
public boolean markSupported()
throws RemoteException