国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 網站 > 建站經驗 > 正文

IOS讀取文件類和常用,方法

2019-11-02 14:36:26
字體:
來源:轉載
供稿:網友

   第一、NSFileHandle

  NSFileManager類主要對文件的操作(刪除、修改、移動、復制等)

  NSFileHandle類主要對文件的內容進行讀取和寫入

  第二、NSFileHandle類處理文件的步驟

  創建一個NSFileHandle對象

  對打開的文件進行I/0操作

  關閉文件

  可以使用NSFileHandle進行斷點續傳

  第三、實現查找功能的代碼:

  NSString *homePath=NSHomeDirectory();

  NSString *filePath=[homePath stringByAppendingPathComponent:@"Desktop/hello.rtf"];

  NSFileHandle *fileHandle=[NSFileHandle fileHandleForReadingAtPath:filePath];

  NSUInteger length=[fileHandle availableData].length;

  [fileHandle seekToFileOffset:length/2];

  NSData *data=[fileHandle readDataToEndOfFile];

  NSString *str=[[NSString alloc] initWithData:data encoding:NSUTF8StringEncoding];

  NSLog(@"%@",str);

  第四、實現追加文件代碼:

  NSString *homePath=NSHomeDirectory();

  NSString *filePath=[homePath stringByAppendingPathComponent:@"Desktop/hello.rtf"];

  NSFileHandle *fileHandle=[NSFileHandle fileHandleForUpdatingAtPath:filePath];

  //[fileHandle seekToEndOfFile];

  [fileHandle seekToFileOffset:10];

  NSString *[email protected]"data";

  NSData *data=[str dataUsingEncoding:NSUTF8StringEncoding];

  [fileHandle

蝦滾網[www.aikan.tv/special/xiagundianyingwang/]
writeData:data];

  [fileHandle closeFile];

  // insert code here...

  NSLog(@"Hello, World!");

  第五、實現復制文件的代碼:

  NSString *homePath=NSHomeDirectory();

  NSString *filePath=[homePath stringByAppendingPathComponent:@"Desktop/hello.rtf"];

  NSString *objPath=[homePath stringByAppendingPathComponent:@"Desktop/copy.rtf"];

  NSFileManager *fileManager=[NSFileManager defaultManager];

  BOOL success=[fileManager createFileAtPath:objPath contents:nil attributes:nil];

  NSFileHandle *writeFile=[NSFileHandle fileHandleForReadingAtPath:filePath];

  NSFileHandle *objFile=[NSFileHandle fileHandleForWritingAtPath:objPath];

  [objFile readDataToEndOfFile];

  NSData *data=[writeFile readDataToEndOfFile];

  [objFile writeData:data];

  [writeFile closeFile];

  [objFile closeFile];

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 马尔康县| 黄陵县| 华亭县| 色达县| 南陵县| 德州市| 香港| 大姚县| 哈巴河县| 苗栗市| 鄱阳县| 大同市| 康乐县| 乌兰县| 津市市| 唐河县| 页游| 广河县| 龙南县| 西宁市| 黑龙江省| 手机| 鹿邑县| 台北县| 通河县| 金华市| 肇庆市| 色达县| 社旗县| 神农架林区| 惠水县| 郸城县| 阿拉善右旗| 西青区| 沐川县| 铜川市| 巧家县| 沐川县| 江北区| 邵东县| 舟山市|