mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-31 11:24:51 +00:00
SWFs in zip based bundles can be modified & saved
This commit is contained in:
@@ -12,11 +12,13 @@
|
||||
* 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;
|
||||
|
||||
import com.jpexs.helpers.streams.SeekableInputStream;
|
||||
import java.io.IOException;
|
||||
import java.io.InputStream;
|
||||
import java.util.Map;
|
||||
import java.util.Set;
|
||||
|
||||
@@ -35,4 +37,9 @@ public interface SWFBundle {
|
||||
public Map<String, SeekableInputStream> getAll() throws IOException;
|
||||
|
||||
public String getExtension();
|
||||
|
||||
public boolean isReadOnly();
|
||||
|
||||
public boolean putSWF(String key,InputStream is) throws IOException;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user