public interface FileTransmitter
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
void |
end()
This method is called to notify the FileTransmitter that no
more of the file will be pulled.
|
byte[] |
getNextChunk()
This method pulls down the next sequence of bytes from the
FileTransmitter.
|
byte[] getNextChunk()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid end()
throws java.rmi.RemoteException
java.rmi.RemoteException