| Modifier and Type | Class and Description |
|---|---|
| pack-priv static class | |
| pack-priv static class | |
| pack-priv static class |
| Access | Constructor and Description |
|---|---|
| private |
| Modifier and Type | Method and Description |
|---|---|
| public static PyIOFile |
| FileType | back to summary |
|---|---|
| private static PyType FileType | |
| PyIOFileFactory | back to summary |
|---|---|
| private PyIOFileFactory() | |
| createIOFile | back to summary |
|---|---|
| public static PyIOFile createIOFile(PyObject file) | |
| Access | Constructor and Description |
|---|---|
| pack-priv |
| Modifier and Type | Method and Description |
|---|---|
| public void | |
| public String | |
| public String | |
| public void | |
| public void |
| file | back to summary |
|---|---|
| pack-priv cStringIO. | |
| cStringIOFile | back to summary |
|---|---|
| pack-priv cStringIOFile(PyObject file) | |
| flush | back to summary |
|---|---|
| public void flush() Implements org. | |
| read | back to summary |
|---|---|
| public String read(int len) Implements org. | |
| readlineNoNl | back to summary |
|---|---|
| public String readlineNoNl() Implements org. | |
| write | back to summary |
|---|---|
| public void write(String str) Implements org. | |
| write | back to summary |
|---|---|
| public void write(char ch) Implements org. | |
| Access | Constructor and Description |
|---|---|
| pack-priv |
| Modifier and Type | Method and Description |
|---|---|
| public void | |
| public String | |
| public String | |
| public boolean | refersDirectlyTo(PyObject ob)
Implements org. Optional operation. |
| public int | traverse(Visitproc visit, Object arg)
Implements org. Traverses all directly contained |
| public void | |
| public void |
| file | back to summary |
|---|---|
| pack-priv PyFile file | |
| FileIOFile | back to summary |
|---|---|
| pack-priv FileIOFile(PyObject file) | |
| flush | back to summary |
|---|---|
| public void flush() Implements org. | |
| read | back to summary |
|---|---|
| public String read(int len) Implements org. | |
| readlineNoNl | back to summary |
|---|---|
| public String readlineNoNl() Implements org. | |
| refersDirectlyTo | back to summary |
|---|---|
| public boolean refersDirectlyTo(PyObject ob) Implements org. Doc from org. Optional operation.
Should only be implemented if it is more efficient
than calling
| |
| traverse | back to summary |
|---|---|
| public int traverse(Visitproc visit, Object arg) Implements org. Doc from org. Traverses all directly contained
| |
| write | back to summary |
|---|---|
| public void write(String str) Implements org. | |
| write | back to summary |
|---|---|
| public void write(char ch) Implements org. | |
| Modifier and Type | Field and Description |
|---|---|
| pack-priv final int | |
| pack-priv StringBuilder | |
| pack-priv char[] | |
| pack-priv PyObject | |
| pack-priv PyObject | |
| pack-priv PyObject |
| Access | Constructor and Description |
|---|---|
| pack-priv |
| Modifier and Type | Method and Description |
|---|---|
| public void | |
| public String | |
| public String | |
| public boolean | refersDirectlyTo(PyObject ob)
Implements org. Optional operation. |
| public int | traverse(Visitproc visit, Object arg)
Implements org. Traverses all directly contained |
| public void | |
| public void |
| BUF_SIZE | back to summary |
|---|---|
| pack-priv final int BUF_SIZE | |
| buff | back to summary |
|---|---|
| pack-priv StringBuilder buff | |
| charr | back to summary |
|---|---|
| pack-priv char[] charr | |
| read | back to summary |
|---|---|
| pack-priv PyObject read | |
| readline | back to summary |
|---|---|
| pack-priv PyObject readline | |
| write | back to summary |
|---|---|
| pack-priv PyObject write | |
| ObjectIOFile | back to summary |
|---|---|
| pack-priv ObjectIOFile(PyObject file) | |
| flush | back to summary |
|---|---|
| public void flush() Implements org. | |
| read | back to summary |
|---|---|
| public String read(int len) Implements org. | |
| readlineNoNl | back to summary |
|---|---|
| public String readlineNoNl() Implements org. | |
| refersDirectlyTo | back to summary |
|---|---|
| public boolean refersDirectlyTo(PyObject ob) Implements org. Doc from org. Optional operation.
Should only be implemented if it is more efficient
than calling
| |
| traverse | back to summary |
|---|---|
| public int traverse(Visitproc visit, Object arg) Implements org. Doc from org. Traverses all directly contained
| |
| write | back to summary |
|---|---|
| public void write(String str) Implements org. | |
| write | back to summary |
|---|---|
| public void write(char ch) Implements org. | |