mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-25 21:55:55 +00:00
swf input stream fixes, javadoc parameters
This commit is contained in:
@@ -48,10 +48,12 @@ import java.util.List;
|
||||
public class SWFLimitedInputStream {
|
||||
|
||||
private SWFInputStream sis;
|
||||
private long limit;
|
||||
public SWF swf;
|
||||
|
||||
public SWFLimitedInputStream(SWF swf, SWFInputStream sis, long limit) {
|
||||
public SWFLimitedInputStream(SWF swf, SWFInputStream sis, long limit) {
|
||||
this.swf = swf;
|
||||
this.limit = limit;
|
||||
this.sis = sis;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user