| Access | Constructor and Description |
|---|---|
| public |
| Modifier and Type | Method and Description |
|---|---|
| public void | flush()
Overrides java. Implements java. Flushes this output stream and forces any buffered output bytes to be written out. |
| public void | |
| protected PyObject | |
| protected PyObject | |
| public void | |
| public void | |
| public void | |
| public void | |
| public void | |
| public void | |
| public void | |
| public void | |
| public void | |
| private String | |
| private void | |
| private String | |
| protected void | |
| public void | |
| public void | write(int
the i)byte.Implements abstract java. Writes the specified byte to this output stream. |
| public void | write(byte[]
the data. data, int the start offset in the data. off, int the number of bytes to write. len)Overrides java. Writes |
| name | back to summary |
|---|---|
| protected String name | |
| StdoutWrapper | back to summary |
|---|---|
| public StdoutWrapper() | |
| flush | back to summary |
|---|---|
| public void flush() Overrides java. Implements java. Doc from java. Flushes this output stream and forces any buffered output bytes
to be written out. The general contract of If the intended destination of this stream is an abstraction provided by the underlying operating system, for example a file, then flushing the stream guarantees only that bytes previously written to the stream are passed to the operating system for writing; it does not guarantee that they are actually written to a physical device such as a disk drive.
| |
| flushLine | back to summary |
|---|---|
| public void flushLine() | |
| getObject | back to summary |
|---|---|
| protected PyObject getObject(PySystemState ss) | |
| myFile | back to summary |
|---|---|
| protected PyObject myFile() | |
| back to summary | |
|---|---|
| public void print(PyObject[] args, PyObject sep, PyObject end) For __future__ print_function. | |
| back to summary | |
|---|---|
| public void print(PyObject o, boolean space, boolean newline) | |
| back to summary | |
|---|---|
| public void print(String s) | |
| back to summary | |
|---|---|
| public void print(PyObject o) | |
| printComma | back to summary |
|---|---|
| public void printComma(PyObject o) | |
| println | back to summary |
|---|---|
| public void println(String s) | |
| println | back to summary |
|---|---|
| public void println(PyObject o) | |
| println | back to summary |
|---|---|
| public void println() | |
| println | back to summary |
|---|---|
| public void println(boolean useUnicode) | |
| printToFile | back to summary |
|---|---|
| private String printToFile(PyFile file, PyObject o) | |
| printToFileObject | back to summary |
|---|---|
| private void printToFileObject(PyObject file, PyObject o) | |
| printToFileWriter | back to summary |
|---|---|
| private String printToFileWriter(PyFileWriter file, PyObject o) | |
| setObject | back to summary |
|---|---|
| protected void setObject(PySystemState ss, PyObject out) | |
| write | back to summary |
|---|---|
| public void write(String s) | |
| write | back to summary |
|---|---|
| public void write(int i) Implements abstract java. Doc from java. Writes the specified byte to this output stream. The general
contract for
| |
| write | back to summary |
|---|---|
| public void write(byte[] data, int off, int len) Overrides java. Doc from java. Writes
If
If
| |