org.python.core

Class FilelikeInputStream


public class FilelikeInputStream
extends InputStream

Constructor Summary

FilelikeInputStream(PyObject filelike)

Method Summary

void
close()
int
read()
int
read(b[] , int off, int len)

Constructor Details

FilelikeInputStream

public FilelikeInputStream(PyObject filelike)

Method Details

close

public void close()
            throws IOException

read

public int read()
            throws IOException

read

public int read(b[] ,
                int off,
                int len)
            throws IOException

Jython homepage