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, skip
public RemoteContentInputStreamDescriptor(List<SessionDataKey> streamKeys, InputStreamFilterFactory filterFactory)
public List<SessionDataKey> getStreamKeys()
public InputStreamFilterFactory getFilterFactory()
public int read() throws IOException
read
in class InputStream
IOException
public int read(byte[] b) throws IOException
read
in class InputStream
IOException
public int read(byte[] b, int off, int len) throws IOException
read
in class InputStream
IOException
public InputStream getDelegate() throws RemoteStreamNotInitializedException
public void setConnection(Connection connection)
Copyright © 2016 SAPERION AG. All rights reserved.