[go: up one dir, main page]

Module io

Module io 

Source
Expand description

Encapsulates differences between OSs regarding the access to file handles / descriptors. This is useful when dealing with lower level stdin/stdout access.

In detail: On unix like OSs, file descriptors are used in this context. On windows OSs, file handles are used.

Even though they are distinct classes, they share common functionality. Access to this common functionality is provided in OwnedFileDescriptorOrHandle.

Structsยง

OwnedFileDescriptorOrHandle
abstraction wrapper for native file handle / file descriptor