NSFileHandle

E820429

NSFileHandle is a Foundation framework class in Apple’s platforms that provides an object-oriented interface for reading from and writing to files and other data streams.

All labels observed (2)

Label Occurrences
NSFileHandle canonical 1
NSFileHandle.h 1

How this entity was disambiguated

Statements (51)

Predicate Object
instanceOf Foundation class ⓘ
Objective-C class ⓘ
file handle abstraction ⓘ
availability iOS ⓘ
macOS ⓘ
tvOS ⓘ
watchOS ⓘ
conformsTo NSCoding ⓘ
NSSecureCoding ⓘ
definedInFramework Foundation ⓘ
headerFile NSFileHandle.h ⓘ
linked to: NSFileHandle
introducedForLanguage Objective-C ⓘ
module Foundation ⓘ
platform Apple platforms ⓘ
providesInterfaceFor file I/O ⓘ
reading data ⓘ
seeking within files ⓘ
working with file descriptors ⓘ
writing data ⓘ
relatedTo FileHandle ⓘ
replacedBy FileHandle in Swift ⓘ
superclass NSObject ⓘ
supportsAPI availableData ⓘ
closeFile ⓘ
fileDescriptor ⓘ
fileHandleForReadingAtPath: ⓘ
fileHandleForUpdatingAtPath: ⓘ
fileHandleForWritingAtPath: ⓘ
fileHandleWithNullDevice ⓘ
fileHandleWithStandardError ⓘ
fileHandleWithStandardInput ⓘ
fileHandleWithStandardOutput ⓘ
initWithFileDescriptor: ⓘ
readDataOfLength: ⓘ
readDataToEndOfFile ⓘ
readabilityHandler ⓘ
seekToEndOfFile ⓘ
seekToFileOffset: ⓘ
synchronizeFile ⓘ
truncateFileAtOffset: ⓘ
writeData: ⓘ
writeabilityHandler ⓘ
supportsFeature asynchronous I/O via handlers ⓘ
file offset management ⓘ
partial reads ⓘ
partial writes ⓘ
usedFor reading from files ⓘ
working with pipes ⓘ
working with sockets ⓘ
writing to files ⓘ
usedWithLanguage Swift ⓘ

How these facts were elicited

Referenced by (2)

Full triples — surface form annotated when it differs from this entity's canonical label.

NSData → relatedTo → NSFileHandle ⓘ
NSFileHandle → headerFile → NSFileHandle.h ⓘ
linked to: NSFileHandle