public class RemoteInputStream extends InputStream
Warn that this implementation is not doing buffering so it is recommended to wrap it
inside a BufferedInputStream.
| Constructor and Description |
|---|
RemoteInputStream(StreamManagerClient streamMgr,
String uri) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
available, mark, markSupported, read, reset, skippublic RemoteInputStream(StreamManagerClient streamMgr, String uri)
public int read()
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class InputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionCopyright © 2012 Nuxeo SA. All Rights Reserved.