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 Details

    • upload

      String upload(ClientInfo ci, String[] params, InputStream is) throws byps.RemoteException
      Upload a stream.
      Parameters:
      params - Array of params used as URL params in IXClient before version 9
      is - InputStream
      Returns:
      Upload result
      Throws:
      byps.RemoteException
    • download

      InputStream download(ClientInfo ci, String[] params) throws byps.RemoteException
      Download a stream
      Parameters:
      params - Array of params used as URL params in IXClient before version 9
      Returns:
      Stream
      Throws:
      byps.RemoteException