Package org.python.modules
Interface PyIOFile
-
public interface PyIOFilePyIOFiles 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 voidflush()java.lang.Stringread(int len)java.lang.StringreadlineNoNl()voidwrite(char str)voidwrite(java.lang.String str)
-