Interface RemoteOutputStream
- All Superinterfaces:
Remote
- All Known Implementing Classes:
RemoteOutputStreamImp
The Interface RemoteOutputStream.
-
Method Summary
-
Method Details
-
close
Close.- Throws:
IOException
- Signals that an I/O exception has occurred.RemoteException
- the remote exception
-
flush
Flush.- Throws:
IOException
- Signals that an I/O exception has occurred.RemoteException
- the remote exception
-
write
Write.- Parameters:
b
- the b- Throws:
IOException
- Signals that an I/O exception has occurred.RemoteException
- the remote exception
-
write
Write.- Parameters:
b
- the boff
- the offlen
- the len- Throws:
IOException
- Signals that an I/O exception has occurred.RemoteException
- the remote exception
-
write
Write.- Parameters:
b
- the b- Throws:
IOException
- Signals that an I/O exception has occurred.RemoteException
- the remote exception
-