mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-26 21:35:16 +00:00
some more ByteArraRange objects instead of reading them to new byte array, method to read netstings (length + characters) in SwfInputStream
This commit is contained in:
@@ -1028,7 +1028,7 @@ public final class SWF implements SWFContainerItem, Timelined {
|
||||
SWFInputStream sis = new SWFInputStream(this, uncompressedData);
|
||||
dumpInfo = new DumpInfoSwfNode(this, "rootswf", "", null, 0, 0);
|
||||
sis.dumpInfo = dumpInfo;
|
||||
sis.readBytesEx(3, "signature"); // skip siganture
|
||||
sis.skipBytesEx(3, "signature"); // skip siganture
|
||||
version = sis.readUI8("version");
|
||||
fileSize = sis.readUI32("fileSize");
|
||||
dumpInfo.lengthBytes = fileSize;
|
||||
|
||||
Reference in New Issue
Block a user