Add support for non-standard ABC-compressed SWF file

This commit is contained in:
honfika@gmail.com
2015-02-09 13:31:32 +01:00
parent 6917a16454
commit 4106f764bf
2 changed files with 64 additions and 39 deletions

View File

@@ -1,18 +1,19 @@
/*
* Copyright (C) 2010-2015 JPEXS, All rights reserved.
*
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 3.0 of the License, or (at your option) any later version.
*
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library.
* License along with this library.
*/
package com.jpexs.decompiler.flash;
/**
@@ -21,5 +22,5 @@ package com.jpexs.decompiler.flash;
*/
public enum SWFCompression {
NONE, ZLIB, LZMA, LZMA_ABC
}