Class FdOutputStream

java.lang.Object
java.io.OutputStream
ghidra.pty.unix.FdOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class FdOutputStream extends OutputStream
An output stream that wraps a native POSIX file descriptor

WARNING: This class makes use of jnr-ffi to invoke native functions. An invalid file descriptor is generally detected, but an incorrect, but valid file descriptor may cause undefined behavior.