Initializerswift-nio 2.81.0_NIOFileSystem->SystemPackage
init(_:)
OpenOptions.swift:269init(_ options: OpenOptions.Read)
init(_ options: OpenOptions.Read)
s13SystemPackage14FileDescriptorV11OpenOptionsV08_NIOFileA0EyAefDO4ReadVcfc
What are these?6LHB8
import SystemPackage
import _NIOFileSystem
A file system library for Swift.
@frozen struct OpenOptions
Options that specify behavior for a newly-opened file.
@frozen struct FileDescriptor
An abstract handle to an input or output data resource, such as a file or a socket.
enum OpenOptions
Options for opening file handles.
struct Read
Options for opening a file for reading.
init(_ options: OpenOptions.Write)
init(_ options: OpenOptions.Directory)