Package ghidra.pcode.emu.unix
Class BytesEmuUnixFileSystem.BytesEmuUnixFile
java.lang.Object
ghidra.pcode.emu.unix.AbstractEmuUnixFile<byte[]>
ghidra.pcode.emu.unix.BytesEmuUnixFileSystem.BytesEmuUnixFile
- All Implemented Interfaces:
EmuUnixFile<byte[]>
- Enclosing class:
BytesEmuUnixFileSystem
A concrete in-memory file suitable for UNIX programs
-
Field Summary
Fields inherited from class ghidra.pcode.emu.unix.AbstractEmuUnixFile
contents, pathname, stat -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected EmuFileContents<byte[]> A factory method for the file's default contentsMethods inherited from class ghidra.pcode.emu.unix.AbstractEmuUnixFile
createStat, getPathname, getStat, read, truncate, writeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ghidra.pcode.emu.unix.EmuUnixFile
checkReadable, checkWritable, isReadable, isWritable
-
Constructor Details
-
BytesEmuUnixFile
-
-
Method Details
-
createDefaultContents
Description copied from class:AbstractEmuUnixFileA factory method for the file's default contents- Specified by:
createDefaultContentsin classAbstractEmuUnixFile<byte[]>- Returns:
- the contents
-