This commit is contained in:
Honfika
2014-02-27 13:42:59 +01:00
9 changed files with 107 additions and 48 deletions

View File

@@ -341,6 +341,7 @@ public final class SWF implements TreeItem {
/**
* Faster constructor to check SWF only
* @param is
* @throws java.io.IOException
*/
public SWF(InputStream is) throws IOException {
byte[] hdr = new byte[3];