Example #1
0
 public FileInputStream(BridgedFile par1File)
 {
     throw new System.NotImplementedException();
 }
 public FileOutputStream(BridgedFile associatedFile)
 {
     throw new System.NotImplementedException();
 }
 public RandomAccessFile(BridgedFile par1File, string rw)
 {
     throw new System.NotImplementedException();
 }