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) |
java.lang.String |
start(java.lang.String host,
int port) |
java.lang.String start(java.lang.String host,
int port)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionint read()
throws java.io.IOException
java.io.IOExceptionint read(byte[] bytes)
throws java.io.IOException
java.io.IOExceptionint read(byte[] bytes,
int off,
int len)
throws java.io.IOException
java.io.IOExceptionlong skip(long n)
throws java.io.IOException
java.io.IOExceptionint available()
throws java.io.IOException
java.io.IOExceptionvoid mark(int readlimit)
boolean markSupported()
void reset()
throws java.io.IOException
java.io.IOExceptionvoid close()
throws java.io.IOException
java.io.IOExceptionCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.