Interface PyIOFile


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

      • write

        void write​(java.lang.String str)
      • write

        void write​(char str)
      • flush

        void flush()
      • read

        java.lang.String read​(int len)
      • readlineNoNl

        java.lang.String readlineNoNl()