public interface RemoteInputStreamServer
String start(String host, int port) throws RemoteException
RemoteExceptionint read()
throws IOException
IOExceptionint read(byte[] bytes)
throws IOException
IOExceptionint read(byte[] bytes,
int off,
int len)
throws IOException
IOExceptionlong skip(long n)
throws IOException
IOExceptionint available()
throws IOException
IOExceptionvoid mark(int readlimit)
boolean markSupported()
void reset()
throws IOException
IOExceptionvoid close()
throws IOException
IOExceptionCopyright © 2005–2014 Alfresco Software. All rights reserved.