Nuxeo Enterprise Platform 5.4

org.nuxeo.runtime.services.streaming
Class RemoteInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by org.nuxeo.runtime.services.streaming.RemoteInputStream
All Implemented Interfaces:
java.io.Closeable

public class RemoteInputStream
extends java.io.InputStream

Read an input stream from a remote machine using the streaming service

Warn that this implementation is not doing buffering so it is recommended to wrap it inside a BufferedInputStream.

Author:
Bogdan Stefanescu

Constructor Summary
RemoteInputStream(StreamManagerClient streamMgr, java.lang.String uri)
           
 
Method Summary
 void close()
           
 int read()
           
 int read(byte[] b, int off, int len)
           
 
Methods inherited from class java.io.InputStream
available, mark, markSupported, read, reset, skip
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteInputStream

public RemoteInputStream(StreamManagerClient streamMgr,
                         java.lang.String uri)
Method Detail

read

public int read()
         throws java.io.IOException
Specified by:
read in class java.io.InputStream
Throws:
java.io.IOException

read

public int read(byte[] b,
                int off,
                int len)
         throws java.io.IOException
Overrides:
read in class java.io.InputStream
Throws:
java.io.IOException

close

public void close()
           throws java.io.IOException
Specified by:
close in interface java.io.Closeable
Overrides:
close in class java.io.InputStream
Throws:
java.io.IOException

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.