modifiedmethod:
open
param 1 renamed: version → fileVersion
- db.buffers.ManagedBufferFileAdapter open(int version, int minChangeDataVer) throws IOException
+ db.buffers.ManagedBufferFileAdapter open(int fileVersion, int minChangeDataVer) throws IOException
modifiedmethod:
open
param 1 renamed: version → fileVersion
- db.buffers.ManagedBufferFileAdapter open(int version) throws IOException
+ db.buffers.ManagedBufferFileAdapter open(int fileVersion) throws IOException
modifiedmethod:
output
param 2 renamed: version → fileVersion
- void output(java.io.File outputFile, int version, ghidra.util.task.TaskMonitor monitor) throws IOException, CancelledException
+ void output(java.io.File outputFile, int fileVersion, ghidra.util.task.TaskMonitor monitor) throws IOException, CancelledException