public class RemoteContentInputStreamDescriptor extends InputStream implements Serializable
input stream for the content of a document on
the client side.| Constructor and Description |
|---|
RemoteContentInputStreamDescriptor(List<SessionDataKey> streamKeys,
InputStreamFilterFactory filterFactory) |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getDelegate() |
InputStreamFilterFactory |
getFilterFactory() |
List<SessionDataKey> |
getStreamKeys() |
int |
read() |
int |
read(byte[] b) |
int |
read(byte[] b,
int off,
int len) |
void |
setConnection(Connection connection) |
String |
toString() |
available, close, mark, markSupported, reset, skippublic RemoteContentInputStreamDescriptor(List<SessionDataKey> streamKeys, InputStreamFilterFactory filterFactory)
public List<SessionDataKey> getStreamKeys()
public InputStreamFilterFactory getFilterFactory()
public int read()
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] b)
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class InputStreamIOExceptionpublic InputStream getDelegate() throws RemoteStreamNotInitializedException
public void setConnection(Connection connection)
Copyright © 2016 SAPERION AG. All rights reserved.