org.python.core
Class FilelikeInputStream
java.lang.Object
java.io.InputStream
org.python.core.FilelikeInputStream
- All Implemented Interfaces:
- Closeable
public class FilelikeInputStream
- extends InputStream
Method Summary |
void |
close()
|
int |
read()
|
int |
read(byte[] b,
int off,
int len)
|
FilelikeInputStream
public FilelikeInputStream(PyObject filelike)
read
public int read()
throws IOException
- Specified by:
read
in class InputStream
- Throws:
IOException
read
public int read(byte[] b,
int off,
int len)
throws IOException
- Overrides:
read
in class InputStream
- Throws:
IOException
close
public void close()
throws IOException
- Specified by:
close
in interface Closeable
- Overrides:
close
in class InputStream
- Throws:
IOException
Jython homepage