mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-30 09:23:23 +00:00
final fields
This commit is contained in:
@@ -48,8 +48,8 @@ import java.util.zip.DeflaterOutputStream;
|
||||
*/
|
||||
public class SWFOutputStream extends OutputStream {
|
||||
|
||||
private OutputStream os;
|
||||
private int version;
|
||||
private final OutputStream os;
|
||||
private final int version;
|
||||
private long pos = 0;
|
||||
private int bitPos = 0;
|
||||
private int tempByte = 0;
|
||||
|
||||
Reference in New Issue
Block a user