var fileHandle: FileHandle { get }
s14_NIOFileSystem14_HasFileHandleP04fileE0AA0dE0Vvp
A5QT
import _NIOFileSystem
A file system library for Swift.
protocol _HasFileHandle : FileHandleProtocol
Provides a FileHandle.
FileHandle
struct FileHandle
Implements FileHandleProtocol by making system calls to interact with the local file system.
FileHandleProtocol