128. 關於 Android 檔案輸出入 API,下列敘述何者不正確?
(A) android.content.ContextWrapper.openFileInput 方法可用來開啟為
了讀檔用的應用程式自己私有的檔案
(B) android.content.ContextWrapper.openFileOutput 方法的回傳資料
型別為 java.io.DataOutputStream
(C) android.content.ContextWrapper.openFileInput 方法的回傳資料型
別為 java.io.FileInputStream
(D) android.content.ContextWrapper.openFileOutput 方法可用來開啟
為了寫檔用的應用程式自己私有的檔案