mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-20 06:15:37 +00:00
#1170 Extract from Memory in Command Line 2
This commit is contained in:
@@ -29,12 +29,15 @@ public class SwfInMemory {
|
||||
|
||||
public int version;
|
||||
|
||||
public long address;
|
||||
|
||||
public long fileSize;
|
||||
|
||||
public com.jpexs.process.Process process;
|
||||
|
||||
public SwfInMemory(ReReadableInputStream is, int version, long fileSize, com.jpexs.process.Process process) {
|
||||
public SwfInMemory(ReReadableInputStream is, long address, int version, long fileSize, com.jpexs.process.Process process) {
|
||||
this.is = is;
|
||||
this.address = address;
|
||||
this.version = version;
|
||||
this.fileSize = fileSize;
|
||||
this.process = process;
|
||||
|
||||
Reference in New Issue
Block a user