Ejemplo n.º 1
0
 public FileInputStream(BridgedFile par1File)
 {
     throw new System.NotImplementedException();
 }
Ejemplo n.º 2
0
 public FileOutputStream(BridgedFile associatedFile)
 {
     throw new System.NotImplementedException();
 }
Ejemplo n.º 3
0
 public RandomAccessFile(BridgedFile par1File, string rw)
 {
     throw new System.NotImplementedException();
 }