示例#1
0
 def fileno(self):
     raise IOException("method not implemented")
示例#2
0
 def write(self, buffer):
     raise IOException("method not implemented")
示例#3
0
 def close(self):
     raise IOException("method not implemented")
示例#4
0
 def getFile(self):
     raise IOException("method not implemented")
示例#5
0
 def load(self, fileReader = None):  
   raise IOException("method not implemented")
示例#6
0
 def pathSeperator(self):
     raise IOException("method not implemented")
示例#7
0
 def adapt(self):
     raise IOException("method not implemented")
示例#8
0
 def delete(self, recursive=False):
     raise IOException("method not implemented")
示例#9
0
 def getExtension(self):
     raise IOException("method not implemented")
示例#10
0
 def isDirectory(self):
     raise IOException("method not implemented")
示例#11
0
 def notExists(self):
     raise IOException("method not implemented")
示例#12
0
 def read(self):  
   raise IOException("method not implemented")