org.python.core
Class FilelikeInputStream

java.lang.Object
  extended byjava.io.InputStream
      extended byorg.python.core.FilelikeInputStream

public class FilelikeInputStream
extends java.io.InputStream


Constructor Summary
FilelikeInputStream(PyObject filelike)
           
 
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

FilelikeInputStream

public FilelikeInputStream(PyObject filelike)
Method Detail

read

public int read()
         throws java.io.IOException
Throws:
java.io.IOException

read

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

close

public void close()
           throws java.io.IOException
Throws:
java.io.IOException


Jython homepage