Class AbstractStreamEmuUnixFileHandle<T>

java.lang.Object
ghidra.pcode.emu.unix.AbstractStreamEmuUnixFileHandle<T>
Type Parameters:
T - the type of values in the file
All Implemented Interfaces:
EmuUnixFileDescriptor<T>
Direct Known Subclasses:
IOStreamEmuUnixFileHandle

public abstract class AbstractStreamEmuUnixFileHandle<T> extends Object implements EmuUnixFileDescriptor<T>
An abstract file descriptor having no "offset," typically for stream-like files