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 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 AbstractEmuUnixFile
createStat, getPathname, getStat, read, truncate, writeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface 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
-