Package de.elo.ix.client.compatibility
Interface RawStreamService
- All Superinterfaces:
byps.Remote
,de.elo.utils.net.Remote
,Remote
public interface RawStreamService
extends byps.Remote
This service helps to support the upload and download functions in IXConnection.
-
Method Summary
Modifier and TypeMethodDescriptiondownload
(ClientInfo ci, String[] params) Download a streamupload
(ClientInfo ci, String[] params, InputStream is) Upload a stream.
-
Method Details
-
upload
Upload a stream.- Parameters:
params
- Array of params used as URL params in IXClient before version 9is
- InputStream- Returns:
- Upload result
- Throws:
byps.RemoteException
-
download
Download a stream- Parameters:
params
- Array of params used as URL params in IXClient before version 9- Returns:
- Stream
- Throws:
byps.RemoteException
-