Package org.python.modules
Interface PyIOFile
-
public interface PyIOFile
PyIOFiles encapsulates and optimise access to the different file representation. Used by cPickle and marshall.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
flush()
java.lang.String
read(int len)
java.lang.String
readlineNoNl()
void
write(char str)
void
write(java.lang.String str)
-