|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PyIOFile
PyIOFiles encapsulates and optimise access to the different file representation. Used by cPickle and marshall.
Method Summary | |
---|---|
void |
flush()
|
String |
read(int len)
|
String |
readlineNoNl()
|
void |
write(char str)
|
void |
write(String str)
|
Method Detail |
---|
void write(String str)
void write(char str)
void flush()
String read(int len)
String readlineNoNl()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |