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
-
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, write
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ghidra.pcode.emu.unix.EmuUnixFile
checkReadable, checkWritable, isReadable, isWritable
-
Constructor Details
-
BytesEmuUnixFile
-
-
Method Details
-
createDefaultContents
Description copied from class:AbstractEmuUnixFile
A factory method for the file's default contents- Specified by:
createDefaultContents
in classAbstractEmuUnixFile<byte[]>
- Returns:
- the contents
-