/headers/Foundation/NSFileHandle.h

gehe zur Dokumentation dieser Datei
00001 /*
00002  *     Generated by class-dump 3.1.1.
00003  *
00004  *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
00005  */
00006 
00007 #import "NSObject.h"
00008 
00009 @interface NSFileHandle : NSObject
00010 {
00011 }
00012 
00013 + (id)fileHandleWithStandardInput;
00014 + (id)fileHandleWithStandardOutput;
00015 + (id)fileHandleWithStandardError;
00016 + (id)fileHandleWithNullDevice;
00017 + (id)allocWithZone:(struct _NSZone *)fp8;
00018 + (id)fileHandleForReadingAtPath:(id)fp8;
00019 + (id)fileHandleForWritingAtPath:(id)fp8;
00020 + (id)fileHandleForUpdatingAtPath:(id)fp8;
00021 - (id)initWithPath:(id)fp8 flags:(int)fp12 createMode:(int)fp16;
00022 - (id)availableData;
00023 - (id)readDataToEndOfFile;
00024 - (id)readDataOfLength:(unsigned int)fp8;
00025 - (void)writeData:(id)fp8;
00026 - (unsigned long long)offsetInFile;
00027 - (unsigned long long)seekToEndOfFile;
00028 - (void)seekToFileOffset:(unsigned long long)fp8;
00029 - (void)truncateFileAtOffset:(unsigned long long)fp8;
00030 - (void)synchronizeFile;
00031 - (void)closeFile;
00032 - (int)fileDescriptor;
00033 
00034 @end
00035