Package org.alfresco.util.remote.server
Interface RemoteInputStreamServer
- All Known Implementing Classes:
AbstractRemoteInputStreamServer,RmiRemoteInputStreamServer
public interface RemoteInputStreamServer
Interface for remote input stream support.
- Since:
- Alfresco 2.2
- Author:
- Michael Shavnev
-
Method Summary
-
Method Details
-
start
- Throws:
RemoteException
-
read
- Throws:
IOException
-
read
- Throws:
IOException
-
read
- Throws:
IOException
-
skip
- Throws:
IOException
-
available
- Throws:
IOException
-
mark
void mark(int readlimit) -
markSupported
boolean markSupported() -
reset
- Throws:
IOException
-
close
- Throws:
IOException
-