public class FilelikeInputStream
extends java.io.InputStream
| Constructor | Description |
|---|---|
FilelikeInputStream(PyObject filelike) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
close() |
|
int |
read() |
|
int |
read(byte[] b,
int off,
int len) |
public FilelikeInputStream(PyObject filelike)
public int read()
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic int read(byte[] b,
int off,
int len)
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic void close()
throws java.io.IOException
close in class java.io.InputStreamjava.io.IOException