Class PyFileReader

java.lang.Object
org.python.core.PyObject
org.python.core.PyFileReader
All Implemented Interfaces:
Serializable

public class PyFileReader extends PyObject
See Also:
  • Constructor Details

    • PyFileReader

      public PyFileReader(Reader reader)
  • Method Details

    • closed

      public boolean closed()
    • checkClosed

      public void checkClosed()
    • flush

      public void flush()
    • close

      public void close()
    • read

      public PyString read(int n)
    • read

      public PyString read()
    • readline

      public PyString readline(int max)
    • readline

      public PyString readline()
    • readlines

      public PyObject readlines(int sizehint)
    • readlines

      public PyObject readlines()