mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-26 21:35:16 +00:00
xml import fixes
This commit is contained in:
@@ -240,6 +240,7 @@ public final class SWF implements SWFContainerItem, Timelined {
|
||||
/**
|
||||
* Uncompressed size of the file
|
||||
*/
|
||||
@Internal
|
||||
public long fileSize;
|
||||
/**
|
||||
* Used compression mode
|
||||
@@ -248,6 +249,7 @@ public final class SWF implements SWFContainerItem, Timelined {
|
||||
/**
|
||||
* Compressed size of the file (LZMA)
|
||||
*/
|
||||
@Internal
|
||||
public long compressedSize;
|
||||
/**
|
||||
* LZMA Properties
|
||||
|
||||
Reference in New Issue
Block a user