mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-17 11:02:26 +00:00
FLA export - movies
This commit is contained in:
@@ -252,6 +252,10 @@ public class SWFInputStream extends InputStream {
|
||||
return readEx() + (readEx() << 8);
|
||||
}
|
||||
|
||||
public int readUI24() throws IOException {
|
||||
return readEx() + (readEx() << 8) + (readEx() << 16);
|
||||
}
|
||||
|
||||
/**
|
||||
* Reads one SI32 (Signed 32bit integer) value from the stream
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user