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
RemoteException
int read() throws IOException
IOException
int read(byte[] bytes) throws IOException
IOException
int read(byte[] bytes, int off, int len) throws IOException
IOException
long skip(long n) throws IOException
IOException
int available() throws IOException
IOException
void mark(int readlimit)
boolean markSupported()
void reset() throws IOException
IOException
void close() throws IOException
IOException
Copyright © 2005–2017 Alfresco Software. All rights reserved.