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