Interface PyIOFile


public interface PyIOFile
PyIOFiles encapsulates and optimise access to the different file representation. Used by cPickle and marshall.
  • Method Details

    • write

      void write(String str)
    • write

      void write(char str)
    • flush

      void flush()
    • read

      String read(int len)
    • readlineNoNl

      String readlineNoNl()