Class DefaultEmuUnixFileHandle<T>

java.lang.Object
ghidra.pcode.emu.unix.DefaultEmuUnixFileHandle<T>
Type Parameters:
T - the type of values stored by the file
All Implemented Interfaces:
EmuUnixFileDescriptor<T>

public class DefaultEmuUnixFileHandle<T> extends Object implements EmuUnixFileDescriptor<T>
A file descriptor associated with a file on a simulated UNIX file system