mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-28 20:44:55 +00:00
calculating the action length without writing it to a stream
This commit is contained in:
@@ -302,7 +302,7 @@ public class SWFInputStream implements AutoCloseable {
|
||||
|
||||
private static final Logger logger = Logger.getLogger(SWFInputStream.class.getName());
|
||||
|
||||
private static final byte[] BYTE_ARRAY_EMPTY = new byte[0];
|
||||
public static final byte[] BYTE_ARRAY_EMPTY = new byte[0];
|
||||
|
||||
private final List<ProgressListener> listeners = new ArrayList<>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user