public interface RemoteInputStreamServer
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
void |
close() |
void |
mark(int readlimit) |
boolean |
markSupported() |
int |
read() |
int |
read(byte[] bytes) |
int |
read(byte[] bytes,
int off,
int len) |
void |
reset() |
long |
skip(long n) |
String |
start(String host,
int port) |
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–2018 Alfresco Software. All rights reserved.